Skip to content
Advertisement

Selenium: WebDriverException:Chrome failed to start: crashed as google-chrome is no longer running so ChromeDriver is assuming that Chrome has crashed

Recently I switched computers and since then I can’t launch chrome with selenium. I’ve also tried Firefox but the browser instance just doesn’t launch.

JavaScript

i get the following error:

JavaScript

i have the latest chrome version and chromedriver installed

EDIT: After trying @b0sss solution i am getting the following error.

JavaScript

Advertisement

Answer

Try to download HERE and use this latest chrome driver version:

Try this:

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement