-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[py] remove opera
#10630
[py] remove opera
#10630
Conversation
Codecov Report
@@ Coverage Diff @@
## trunk #10630 +/- ##
==========================================
+ Coverage 48.20% 48.48% +0.28%
==========================================
Files 86 84 -2
Lines 5570 5486 -84
Branches 279 276 -3
==========================================
- Hits 2685 2660 -25
+ Misses 2606 2550 -56
+ Partials 279 276 -3
Continue to review full report at Codecov.
|
opera
. [do not merge until 4.3 is available]opera
[py]: Completely remove `opera` for `4.3`.
Opera version 13+ is little more than a re-skin of Chromium right? |
@divinity76 yes, but operadriver is not properly supporting the w3c protocol which is required for Selenium 4, and we've had issues driving Opera with chromedriver recently because of some new features that Google has released. |
4.2
seen the deprecation of opera; I have opened this for now to account for the removal of it altogether; will re base later once we ship 4.2 and get this in for4.3
.#10379 will be considered done as far as the python bindings are concerned in 4.3
@titusfortner @AutomatedTester we originally thought
4.3
for opera removal; but it's only deprecated in4.2
however the message does say it'll be removed in4.3
specifically; whatever you think tho, maybe4.4
for this? I'll keep the PR in sync atleast.