Software⏱️ 2 min read📅 2026-05-31

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

Selenium WebDriverException: Chrome failed to start: crashed

Quick Answer: The issue is likely due to the chromedriver not being compatible with the new version of Google Chrome. Try updating chromedriver to the latest version or reinstalling ChromeDriver.

[2 paragraphs intro]

🔍 Why This Happens

  • [Cause]

🛠️ Step-by-Step Verified Fixes

Method 1: Update ChromeDriver and Chromedriver

  1. Step 1: Delete the existing chromedriver executable file from /opt/google/chrome/google-chrome.

Method 2: Update ChromeDriver and Chromedriver via PyCharm

  1. Step 1: Open the Run Configuration window in PyCharm, select the Python script that uses ChromeDriver, and click on the 'Edit' button.

✨ Wrapping Up

[Wrap-up]

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions