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

Message: session not created: This version of ChromeDriver only supports Chrome version 81 #8

Closed
banyous opened this issue Jun 1, 2020 · 4 comments

Comments

@banyous
Copy link

banyous commented Jun 1, 2020

when I run this code :

from undetected_chromedriver import Chrome, ChromeOptions 
browser = Chrome()
browser.get('https://www.quora.com/')

I am getting this error :
raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81

Note : I have Chrome version 83

@chemeng
Copy link

chemeng commented Jun 1, 2020

@chemeng
Copy link

chemeng commented Jun 1, 2020

i would just download it. it's one file. @ultrafunkamsterdam was kind enough to put this on github

@ultrafunkamsterdam
Copy link
Owner

ultrafunkamsterdam commented Jun 3, 2020 via email

@ultrafunkamsterdam
Copy link
Owner

or run pip -U git+https://github.com/ultrafunkamsterdam/undetected-chromedriver

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