-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error: Request failed due to session not created: This version of ChromeDriver only supports Chrome version 83 #29
Comments
Hi @ThiagoMFerreira, This error usually means that version of Chrome/Chromium doesn't correspond the version of chromedriver. This is what mentioned here: Try to see the version of chromium by typing: I've never worked with P.S. And here's the solution that should work: bonigarcia/webdrivermanager#342 (comment) |
Hi, I am also facing the same issue, my chrome version is "Version 85.0.4183.83". |
hi, I am getting this issue on mac machine. WARN webdriver: Request failed with status 500 due to session not created: This version of ChromeDriver only supports Chrome version 83. Driver info: driver.version: unknown [0-0] 2020-08-28T08:07:19.406Z WARN webdriver: Request failed with status 500 due to session not created: This version of ChromeDriver only supports Chrome version 83 |
Hi @khyati2010 @ashishgarg59, this module is about Chromium and the issues you are having are connected to incorrect version of |
Hello,
I am having an issue, I am using chromium version 2.2.0
"chromium": "^2.2.0",
I am trying to run my tests in CI, that is running in a centOS machine, and I am using webdriverIO, my wdio.conf.js is that way:
And when it is running in pipeline i am getting this error:
Does someone knows how to solve this problem?
The text was updated successfully, but these errors were encountered: