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

Webdrivers broken on Chrome 115+ #288

Closed
werebus opened this issue Jul 20, 2023 · 0 comments · Fixed by #290
Closed

Webdrivers broken on Chrome 115+ #288

werebus opened this issue Jul 20, 2023 · 0 comments · Fixed by #290
Labels

Comments

@werebus
Copy link
Member

werebus commented Jul 20, 2023

(Which is "latest" on Travis)

See: titusfortner/webdrivers#247

TLDR, beginning with Chrome 115, Google changed how it publishes chromedriver versions, and the old download location is deprecated.

Possible fixes:

  • Pin chromedriver to 114 - this will work until Chrome 116 is released, as chromedriver will work up to one version ahead
  • Upgrade selenium-webdrivers to 4.11, that gem version has a new snazzy chromedriver version manager built into it that will work with the new location. Unfortunately, 4.11 isn't released yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant