

(Python only) include the path to ChromeDriver when instantiating webdriver.(Java only) specify its location via the system property (see sample below).41 If you are using Chrome version 93, please download ChromeDriver. include the ChromeDriver location in your PATH environment variable If you are using Chrome version 94, please download ChromeDriver.

Help WebDriver find the downloaded ChromeDriver executable.Download the ChromeDriver binary for your platform under the downloads section of this site.You can also force ChromeDriver to use a custom location by setting a special capability.

