/**
  * Returns the text cursor position in the given input element
  * or textarea.
  *
  * @param  string  $locator
  * @return integer
  * @access public
  */
 public function getCursorPosition($locator)
 {
     return $this->selenium->getCursorPosition($locator);
 }