/**
  * Returns all option labels (visible text) for selected options
  * in the specified select or multi-select element.
  *
  * @param  string  $selectLocator
  * @return array
  * @access public
  */
 public function getSelectedLabels($selectLocator)
 {
     return $this->selenium->getSelectedLabels($selectLocator);
 }