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