

(Python only) include the path to ChromeDriver when instantiating webdriver. (Java only) specify its location via the system property (see sample below) Google Chrome runs on a variety of operating systems and platforms, so while the version number tends to be fairly similar across platforms, the actual. Include the ChromeDriver location in your PATH environment variable Help WebDriver find the downloaded ChromeDriver executable You can also force ChromeDriver to use a custom location by setting a special capability.ĭownload the ChromeDriver binary for your platform under the downloads section of this site

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:Įnsure Chromium/Google Chrome is installed in a recognized locationĬhromeDriver expects you to have Chrome installed in the default location for your platform. It is maintained by the Chromium team with help from WebDriver contributors. Chrome is not available in Ubuntu's official APT repository, so we will download the.

ChromeDriver is a separate executable that Selenium WebDriver uses to control Chrome.
