|
Hi,
I have downloaded the chrome driver in a folder then followed the tutorial for chrome path, still there is an error. It is not allowing to run on Chrome.
System.setProperty("webdriver.chrome.driver", "C:/Users/Biswajit/Downloads/chromedriver_win32_2.1");
The error is
FAILED CONFIGURATION: @BeforeMethod lunchbrowser
java.lang.IllegalStateException: The driver executable is a directory: C:\Users\Biswajit\Downloads\chromedriver_win32_2.1
How do I set the path for chrome so that it can run?
|