(Python only) include the path to ChromeDriver when instantiating webdriver. (Java only) specify its location via the system property (see sample below) 125 WEDNESDAY, JRelease note From my observation, this update fixed the issue on using window.close() to close the popup window. Include the ChromeDriver location in your PATH environment variable Chrome Fixed the security issues on version. 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.
ChromeDriver is a separate executable that Selenium WebDriver uses to control Chrome.