Tuesday, January 24, 2023

Resolving Selenium error for WebDriver and Chrome Browser version mismatch (Jan 2023)

Error for WebDriver and Chrome Browser version mismatch:

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 86
Current browser version is 85.0.4183.102 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe 

You can resolve this error by downloading a Web Driver whose version number matches with the version number of the Chrome Browser.

Go to: Chrome Driver Download Site

Here you can see different links for different versions of Chrome Driver. v108 v110
Tags: Technology,Web Scraping,

No comments:

Post a Comment