/**
  * Returns the entire HTML source between the opening and
  * closing "html" tags.
  *
  * @return string
  * @access public
  */
 public function getHtmlSource()
 {
     return $this->selenium->getHtmlSource();
 }