Software⏱️ 2 min read📅 2026-06-03

How to Fix: session not created: This version of ChromeDriver only supports Chrome version 74 error with ChromeDriver Chrome using Selenium

Error message indicating that the version of ChromeDriver only supports Chrome version 74.

Quick Answer: Update to a newer version of Chrome or use an older version of ChromeDriver that supports your current Chrome version.

To resolve the issue of 'session not created: This version of ChromeDriver only supports Chrome version 74 error with Chrome using Selenium', you need to ensure that your ChromeDriver is compatible with the correct version of Google Chrome.

🛠️ Step-by-Step Verified Fixes

Method 1: Update ChromeDriver

  1. Step 1: Open the Google Chrome browser and navigate to ChromeDriver Download Page.

Method 2: Update Google Chrome

  1. Step 1: Open the Google Chrome Browser and navigate to chrome://version/.

🎯 Final Words

By following these steps, you should be able to resolve the 'session not created' error and ensure a successful Selenium session with ChromeDriver.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions