I am not understanding the below issue. Please find my issue in acctached file. | Selenium Forum
S
sowmya Posted on 27/02/2020

A
Ashish Thakur Replied on 28/02/2020

Please make sure that the driver executable ath is defined in the code.

The code is not able to find thedriver executable, hence is causing the issue.

You may need to add the "System.setProperty()" line before inirializing the driver.


Related Posts