/**
  * Open the URL in the test frame.
  *
  * @param  string  $url
  * @return string
  * @access public
  */
 public function open($url)
 {
     return $this->selenium->open($url);
 }