This version of ChromeDriver only supports Chrome version 111 #1112
Unanswered
rafaelfliu
asked this question in
Q&A
Replies: 2 comments 3 replies
-
not sure why i did not see this just now, but the solution is this:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
You should upgrade your chome to 111 or you have to set version_main = 110 in your chrome option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an error while running undetected_chromedriver with the headless option:
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:53933
from session not created: This version of ChromeDriver only supports Chrome version 111
Current browser version is 110.0.5481.100
chrome: 110.0.5481.100
selenium: 4.8.2
undetected_chromedriver: 3.4.6
i wonder if someone had encountered the same issue?
Beta Was this translation helpful? Give feedback.
All reactions