/**
  * Returns all option element IDs for selected options in the specified
  * select or multi-select element.
  *
  * @param  string  $selectLocator
  * @return array
  * @access public
  */
 public function getSelectedIds($selectLocator)
 {
     return $this->selenium->getSelectedIds($selectLocator);
 }