-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Another year, another change to how to deal with webdrivers #2410
Conversation
Grr. Version 4.11 requires Ruby 3. Will have to try an alternative option.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In other projects where I'm unable to upgrade selenium-webdriver past 4.9.0, I've been able to update webdrivers gem to 5.x and fix Webdrivers::Chromedriver.required_version = "114.0.5735.90"
See titusfortner/webdrivers#247 for more info.
cda55d1
to
c0bc158
Compare
Pushed again to try the option suggested by @littleforest ⌛ |
31ba12b
to
b9e0554
Compare
b9e0554
to
a21fe5d
Compare
OK! CircleCI didn't make this trivial, but it appears to work 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay!
Webdrivers breaking again (at least locally). Here's one of the fixes proposed at titusfortner/webdrivers#247