

(Python only) include the path to ChromeDriver when instantiating webdriver. (Java only) specify its location via the system property (see sample below) Include the ChromeDriver location in your PATH environment variable Help WebDriver find the downloaded ChromeDriver executable Download version 4.8.1.0 for: 32 bit Windows IE (recommended) 64 bit Windows IE CHANGELOG Selenium Clients and WebDriver Language Bindings In order to create scripts that interact with the Selenium Server (Remote WebDriver) or create local Selenium WebDriver scripts, you need to make use of language-specific client drivers. 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. ChromeDriver is a separate executable that Selenium WebDriver uses to control Chrome.
