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