org.openqa.selenium.SessionNotCreatedException: session not created exception

前端 未结 9 1276
自闭症患者
自闭症患者 2020-12-08 20:25

I\'m trying to run some Selenium tests using the ChromeDriver, and I started getting this error:

Starting ChromeDriver 2.23.409699 (49b0fa931cda1caad0ae15b7d         


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 20:50

    This issue started showing up after chrome Version 54.0.x updates. Remove the older chromedriver from your path and update your chromedriver to 2.24. This should resolve your issue.

提交回复
热议问题