/**
  * Returns the IDs of all input fields on the page.
  *
  * @return array
  * @access public
  */
 public function getAllFields()
 {
     return $this->selenium->getAllFields();
 }