I am getting the below error when I call chrome browser using chrome driver. The error is :
the path to the driver executable must set by the webdriver
I am using:
- Chrome 63
- chromedriver 2.34
- Selenium 3.8.1 (java)
- Java 8
I am getting the below error when I call chrome browser using chrome driver. The error is :
the path to the driver executable must set by the webdriver
I am using:
I think your problem is the case. The system property value should have only small characters, like so:
System.setProperty("webdriver.chrome.driver", "C:/selenium/chromedriver.exe");