/**
  * Returns the title of the current page.
  *
  * @return string
  * @access public
  */
 public function getTitle()
 {
     return $this->selenium->getTitle();
 }