Skip to content
Wai Hon Law edited this page Jul 8, 2014 · 3 revisions

You can find more information and download ChromeDriver in https://code.google.com/p/selenium/wiki/ChromeDriver. After downloading the chrome driver, we can start chrome without the selenium standalone server.

<?php
  putenv("webdriver.chrome.driver=/path/to/chromedriver");
  $driver = ChromeDriver::start();

Clone this wiki locally