Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Not functional as of chrome 115 ( "This version of ChromeDriver only supports Chrome version 114" ) #3

Open
Rubiooo04 opened this issue Aug 17, 2023 · 1 comment

Comments

@Rubiooo04
Copy link

Rubiooo04 commented Aug 17, 2023

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.

@Rubiooo04 Rubiooo04 changed the title Not functional as of chrome 115 ( "This version of ChromeDriver only supports Chrome version 114" ) [FIX] Not functional as of chrome 115 ( "This version of ChromeDriver only supports Chrome version 114" ) Aug 17, 2023
@THA1derful
Copy link

To solve this just install the webdriver corresponding for your chrome version and it should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants