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

前端 未结 9 1278
自闭症患者
自闭症患者 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

    In my case the problem was that I kept a Selenium script running for too much time than I run out of disk free space.

    So, I just clean out the Temp folder and created a routine to keep cleaning selenium folders, and problem solved.

提交回复
热议问题