-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Managing ChromeDriver version (long term) #6095
Comments
Also noting this guidance on version number URLs: https://sites.google.com/a/chromium.org/chromedriver/downloads/version-selection
|
Reporting back here! |
Solved by @alaxalves! Reopening to track long term solutions per comment here: |
So the latest is that @alaxalves was able to pin to a 3rd party repository of Chrome versions, at https://github.com/webnicer/chrome-downloads, in #6099. It has Chrome 78, latest updated version 4 days ago, so this seems viable... So we're pinned at Chrome 75 ChromeDriver 74: Lines 30 to 34 in 2d44ec3
With @nstjean seeing an issue, do we need to bump the whole thing up to 78? Also: better documentation from the README on this issue, which seems to come up again every ~3 months. |
Hi, sharing my steps in how I fixed this locally for me...I am using a MacOS and the first thing I did was upgrade the Chromedriver version I have by using the command I read that the chromedriver should match the chrome version. I did not need to downgrade or update both, just one...the chromedriver... On the suggestion, you've shared @jywarren
Does this apply to local installations or is it in relation to the docker image? |
Follow-up to latest issue solved in #6094 --
and, i see! so dependabot can't update that line. Ideally we can point at a .zip file that's the latest release... let's look into this.
Here's the last time we updated the version number:
099a1ab#diff-354f30a63fb0907d4ad57269548329e3R36
Linking to: #5725, grew out of long-ago issue #5683
Noting chromedriver versions can be found here: https://sites.google.com/a/chromium.org/chromedriver/
The text was updated successfully, but these errors were encountered: