/**
  * Returns option index (option number, starting at 0) for selected
  * option in the specified select element.
  *
  * @param  string  $selectLocator
  * @return string
  * @access public
  */
 public function getSelectedIndex($selectLocator)
 {
     return $this->selenium->getSelectedIndex($selectLocator);
 }