Closed
Bug 1753083
Opened 3 years ago
Closed 3 years ago
Remove deprecated code and browser version checks
Categories
(Testing :: geckodriver, task, P2)
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [bidi-m3-mvp])
Attachments
(3 files)
There is code in geckodriver which can now be removed given that we do not support Firefox builds earlier than 91 anymore.
Removing the browser version check for webSocketUrl
will also help with bug 1751369 in getting Android jobs correctly started.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D137558
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D137559
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d42bc053ba30
[geckodriver] Remove version check for websocketUrl capability (Firefox >=91). r=webdriver-reviewers,jdescottes,jgraham
https://hg.mozilla.org/integration/autoland/rev/8b5111337142
[geckodriver] Remove deprecated check for "page load" timeout (Firefox <53). r=webdriver-reviewers,jgraham
https://hg.mozilla.org/integration/autoland/rev/4b1adb372f82
[geckodriver] Remove deprecated preferences from prefs.rs. r=webdriver-reviewers,jgraham
Assignee | ||
Comment 5•3 years ago
|
||
Adding to WebDriver M3 given that it supports running BiDi wdspec tests on Android.
Points: --- → 1
Priority: -- → P2
Whiteboard: [bidi-m3-mvp]
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d42bc053ba30
https://hg.mozilla.org/mozilla-central/rev/8b5111337142
https://hg.mozilla.org/mozilla-central/rev/4b1adb372f82
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•