From 0736ff9b80902733ca53dccd1724fb745f88a307 Mon Sep 17 00:00:00 2001 From: sikofitt Date: Thu, 22 Dec 2016 13:08:26 -0800 Subject: [PATCH] Oops --- example.php | 1 + 1 file changed, 1 insertion(+) diff --git a/example.php b/example.php index 48af435..808df99 100644 --- a/example.php +++ b/example.php @@ -13,6 +13,7 @@ require __DIR__ . '/vendor/autoload.php'; $selenium = new Symfony\Component\Process\ProcessBuilder(); $selenium->setPrefix(__DIR__ . '/vendor/bin/selenium-server-standalone'); $process = $selenium->getProcess(); +$process->start(); $process->wait(function() use($process) { while(false == $process->isRunning()) { print 'Waiting ...';