Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

This Version Of ChromeDriver Only Supports 114

keep getting an error in console saying "selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114"

I downloaded chrome driver version 114 from the official website and set the executable path like this: service = Service(executable_path= r"C:\Python 3rd Party Installs\Selenium Driver(s)\114\chromedriver.exe")

Still the same message.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

It is saying this as well: Current browser version is 116.0.5845.96 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe

Why is it running chrome 116 when I clearly specified the path to chrome driver 114?

>Solution :

You are running the v114 Chrome Driver, which then tries to find and run Chrome, and the driver is telling you that

  1. it only supports the v114 Chrome browser (implying that the version of the Chrome browser found by the driver is wrong for the driver), and
  2. the version of the Chrome browser you have installed that the driver found is v116.

So you need to either get the v116 Chrome Driver or downgrade your Chrome browser from v116 to v114.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading