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

The default is to download the corresponding chromedirvier, but now there is a problem #1869

Open
Todgl opened this issue May 6, 2024 · 2 comments

Comments

@Todgl
Copy link

Todgl commented May 6, 2024

import undetected_chromedriver as uc
driver = uc.Chrome(headless=True,use_subprocess=False)
driver.get('https://nowsecure.nl')
driver.save_screenshot('nowsecure.png')

#That's what I use


error message:
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:47041
from session not created: This version of ChromeDriver only supports Chrome version 124
Current browser version is 114.0.5735.198
Stacktrace:
#0 0x55a3b3797cb3
#1 0x55a3b34864a7
#2 0x55a3b34c096b
#3 0x55a3b34bfb37
#4 0x55a3b34b63fd
#5 0x55a3b34ff7b0
#6 0x55a3b34f31b3
#7 0x55a3b34c424a
#8 0x55a3b34c4c1e
#9 0x55a3b375bfdb
#10 0x55a3b375ff2b
#11 0x55a3b37480f1
#12 0x55a3b3760a92
#13 0x55a3b372cfaf
#14 0x55a3b3786e08
#15 0x55a3b3786fe0
#16 0x55a3b3796e04
#17 0x7fc0a81561cf start_thread

@LukePeters
Copy link

Same issue here.

@lihanchen
Copy link

Specify version when launching
Chrome(version_main = xxx)

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

3 participants