Issue
Installation details
I have installed
- java version : 1.8
- selenium jar version : 3.141.59,
- chrome browser version : 84.0.4147.89.
I want to launch the google in chrome browser using selenium web-driver test case. But I am not able to launch due the above attached issue.
Please help me to fix the issue.
Solution
You need to update your exe version https://chromedriver.chromium.org/downloads in this link you can download driver exe and set in path
Can you kill chrome exe and refresh and rerun ( note open cmd and paste this line and enter taskkill /im chromedriver.exe /f and rerun project
Please import import org.openqa.selenium.chrome.ChromeDriver;
Answered By - Justin Lambert
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.