/**
  * Determines whether some option in a drop-down menu is selected.
  *
  * @param  string  $selectLocator
  * @return boolean
  * @access public
  */
 public function isSomethingSelected($selectLocator)
 {
     return $this->selenium->isSomethingSelected($selectLocator);
 }