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