/**
  * Returns the entire text of the page.
  *
  * @return string
  * @access public
  */
 public function getBodyText()
 {
     return $this->selenium->getBodyText();
 }