/**
  * {@inheritdoc}
  */
 public function start()
 {
     $this->started = true;
     $this->browser->start();
 }