Ejemplo n.º 1
0
 /**
  * @see Behat\Mink\Driver\DriverInterface::start()
  */
 public function start()
 {
     $this->started = true;
     $this->browser->start();
 }
Ejemplo n.º 2
0
 public static function setUpBeforeClass()
 {
     $client = new Selenium\Client('localhost', 4444);
     self::$browser = $client->getBrowser('http://alexandre-salome.fr');
     self::$browser->start();
 }