Exemplo n.º 1
0
 /**
  * Returns all option labels (visible text) for selected options in the
  * specified select element.
  *
  * @param  string  $selectLocator
  * @return string
  * @access public
  */
 public function getSelectedLabel($selectLocator)
 {
     return $this->selenium->getSelectedLabel($selectLocator);
 }