
The most important fact is you need to ensure that Chromium/Google Chrome is installed in a recognized location as per the ChromeDriver - Requirements as the server expects you to have Chromium/Google Chrome installed in the default location for each system as per the snapshot: ( Python) Specify the location of ChromeDriver when instantiating webdriver.Chrome().( Java) Specify the location of ChromeDriver through the system property.Include the ChromeDriver location in your system PATH environment variable.

When you initialize the ChromeDriver you need to pass the absolute path of the ChromeDriver binary.Īdditionally, you can also help WebDriver to locate the downloaded ChromeDriver executable through the following steps :

You can download the recently released ChromeDriver from ChromeDriver - WebDriver for Chrome page and place it any where within your system. Default location of Chromium/Google Chrome.These are two interrelated important questions as follows :
