[FIX] Not functional as of chrome 115 ( "This version of ChromeDriver only supports Chrome version 114" )
Opened this issue · 1 comments
Rubiooo04 commented
From version 115 of Chrome the script will have this error and it will not work
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:53797
from session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.96
OSError: [WinError 6] The handle is invalid
With this change it is solved #4
Remember that this change is a botch, I'm sure you could solve this error in a better way.
THA1derful commented
To solve this just install the webdriver corresponding for your chrome version and it should work