/**
  * Returns the text of an element.
  *
  * @param  string  $locator
  * @return string
  * @access public
  */
 public function getText($locator)
 {
     return $this->selenium->getText($locator);
 }