[py]: Deprecate opera webdriver & options in prep for removal in 4.3#10625
Merged
titusfortner merged 3 commits intoSeleniumHQ:trunkfrom May 10, 2022
Merged
[py]: Deprecate opera webdriver & options in prep for removal in 4.3#10625titusfortner merged 3 commits intoSeleniumHQ:trunkfrom
opera webdriver & options in prep for removal in 4.3#10625titusfortner merged 3 commits intoSeleniumHQ:trunkfrom
Conversation
titusfortner
requested changes
May 9, 2022
Member
titusfortner
left a comment
There was a problem hiding this comment.
We probably also should put a link to a note somewhere somehow for why it is getting deprecated, and how to drive Opera with chromedriver. Pretty sure the latter needs to be in our docs with examples.
titusfortner
reviewed
May 9, 2022
titusfortner
reviewed
May 9, 2022
titusfortner
approved these changes
May 10, 2022
be75f81 to
8cb247e
Compare
elgatov
pushed a commit
to elgatov/selenium
that referenced
this pull request
Jun 27, 2022
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.
Deprecate opera driver
OptionsandWebDriversubclass usage. I have added appropriate 'rip out' todo's so grepping for# Todo: gh-10379 (Remove for 4.3)will yield everything that needs removed after 4.2 is cut; and we can properly remove it for4.3. There isn't actually anyoperawebdriver based tests outside of basic unit/options ones so I didn't invest the time into that here as i'll be removing it in a few days again.relates to #10379