Another year, another change to how to deal with webdrivers#2410
Merged
Conversation
Collaborator
Author
|
Grr. Version 4.11 requires Ruby 3. Will have to try an alternative option. |
littleforest
reviewed
Aug 4, 2023
Contributor
littleforest
left a comment
There was a problem hiding this comment.
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
Collaborator
Author
|
Pushed again to try the option suggested by @littleforest ⌛ |
31ba12b to
b9e0554
Compare
b9e0554 to
a21fe5d
Compare
Collaborator
Author
|
OK! CircleCI didn't make this trivial, but it appears to work 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Webdrivers breaking again (at least locally). Here's one of the fixes proposed at titusfortner/webdrivers#247