Webdriver PHP API workthough Open a browser # start an instance of firefox with selenium-webdriver $browser_type = 'firefox' $host = 'http://localhost:4444/wd/hub' $capabilities = array(\WebDriverCapabilityType::BROWSER_NAME => $browser_type);