

(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.


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. the installer supports linux, mac and windows operating. This page documents how to start using ChromeDriver for testing your website on desktop (Windows/Mac/Linux). downloads and installs the latest chromedriver binary version for automated testing of webapps.
