-
Notifications
You must be signed in to change notification settings - Fork 246
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
Watir 6.19 - Capability Deprecations #917
Closed
Closed
Conversation
This file contains 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
titusfortner
force-pushed
the
baseline_6_18
branch
2 times, most recently
from
March 8, 2021 20:54
2632d16
to
db7510c
Compare
titusfortner
force-pushed
the
baseline_6_18
branch
2 times, most recently
from
March 9, 2021 19:20
e1b8952
to
91b2550
Compare
titusfortner
force-pushed
the
depr_caps
branch
3 times, most recently
from
March 10, 2021 01:02
dcdd8b6
to
b1f47e8
Compare
Not sure why the Actions results aren't showing up here, but: Of note, the Ruby 3.0 unit tests are failing, but Selenium 3 isn't Ruby 3 compatible, so neither is Watir 6 explicitly. |
This was referenced Mar 10, 2021
titusfortner
changed the title
Capability Deprecations for Watir 6.19
Watir 6.19 - Capability Deprecations
Mar 10, 2021
jkotests
approved these changes
Mar 10, 2021
This was merged |
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.
This is the 6.19 implementation for the specs created in #916 (which is why this is a draft PR)
This is functionally completely backward compatible (some items are put in options instead of capabilities, etc, but the driver will do the same thing with it).
It implements the broken things that need to be supported & deprecates the working things that should no longer be supported.
The documentation will need updating again.