/**
  * Determines whether the specified input element is editable.
  *
  * @param  string  $locator
  * @return boolean
  * @access public
  */
 public function isEditable($locator)
 {
     return $this->selenium->isEditable($locator);
 }