/**
  * Returns all option labels in the specified select drop-down.
  *
  * @param  string  $selectLocator
  * @return array
  * @access public
  */
 public function getSelectOptions($selectLocator)
 {
     return $this->selenium->getSelectOptions($selectLocator);
 }