/**
  * Returns option element ID for selected option in the specified
  * select element.
  *
  * @param  string  $selectLocator
  * @return string
  * @access public
  */
 public function getSelectedId($selectLocator)
 {
     return $this->selenium->getSelectedId($selectLocator);
 }