/**
  * Starts browser connection
  *
  * @return string
  */
 public function start()
 {
     return parent::start();
 }