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

前端 未结 9 1277
自闭症患者
自闭症患者 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 21:03

    You might be using the lower version of the chrome driver.

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

    I had the similar issue and was getting the exception as above. So always check the latest version of driver from here: https://sites.google.com/a/chromium.org/chromedriver/downloads

提交回复
热议问题