Skip to content Skip to sidebar Skip to footer

Selenium Webdriver Crashes (webdrivererror: Newsession) After About 70 Seconds

I'm baffled by this new error that started happening to my existing, working project, even though I didn't make any changes to code to cause this to happen (but it might have been

Solution 1:

I just found the solution to that issue. My Geckodriver was outdated. Updating the GeckoDriver resolved the issue.

On OSX What I had to do was:

brew uninstall geckodriver

and then

brew install geckodriver

Hope it helps!

Post a Comment for "Selenium Webdriver Crashes (webdrivererror: Newsession) After About 70 Seconds"