Skip to content
Wai Hon Law edited this page Jun 16, 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::create();

Clone this wiki locally