You can also force ChromeDriver to use a custom location by setting a special capability.
Ensure Chromium/Google Chrome is installed in a recognized locationĬhromeDriver expects you to have Chrome installed in the default location for your platform.
If you are unfamiliar with Selenium WebDriver, you should check out the Selenium site.įollow these steps to setup your tests for running with ChromeDriver: It is maintained by the Chromium team with help from WebDriver contributors. You can also read Getting Started with Android or Getting Started with ChromeOS SetupĬhromeDriver is a separate executable that Selenium WebDriver uses to control Chrome. This page documents how to start using ChromeDriver for testing your website on desktop (Windows/Mac/Linux).