You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(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:
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.The text was updated successfully, but these errors were encountered: