'Why is selenium script not working in chrome version 60?
I am getting
org.openqa.selenium.SessionNotCreatedException: session not created exception
we have selenium-java------- 2.53.0
chrmedriver version -------- 2.23
Any help would be appreciated.
Solution 1:[1]
Update your chromedriver with latest version which solve your problem
https://chromedriver.storage.googleapis.com/index.html?path=2.31/
Try this, if you further facing issue then please description
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | iamsankalp89 |