Closed
Bug 1898719
Opened 11 months ago
Closed 11 months ago
Add support for "BiDi flag" in WebDriver Session
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 3 open bugs, )
Details
(Whiteboard: [webdriver:m11], [wptsync upstream][webdriver:relnote])
Attachments
(3 files)
After bug 1884090 added the HTTP
flag to the WebDriver session we should also add the BiDi
flag which indicates a BiDi session.
Assignee | ||
Updated•11 months ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:m11]
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Updated•11 months ago
|
See Also: → https://github.com/w3c/webdriver-bidi/pull/725
Assignee | ||
Comment 2•11 months ago
|
||
I'm going to add xpcshell tests as well along the code changes. Here I needed to do some refactoring to make that possible. As such we agreed on to increase the points to 5.
Points: 3 → 5
Assignee | ||
Comment 3•11 months ago
|
||
Assignee | ||
Comment 4•11 months ago
|
||
Depends on D212307
Updated•11 months ago
|
Attachment #9405660 -
Attachment description: Bug 1898719 - [remote] Allow testing the WebDriverBiDi classes with xpcshell tests. → Bug 1898719 - [remote] Use private properties and methods in Remote Agent and WebDriver BiDi classes.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/56478aac5b14
[remote] Use private properties and methods in Remote Agent and WebDriver BiDi classes. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/5b595818eb69
[remote] Add support for "BiDi flag" in WebDriver Session. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/9270954fd8aa
[wdspec] Update tests for BiDi upgrade scenarios. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46644 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m11] → [webdriver:m11], [wptsync upstream]
https://hg.mozilla.org/mozilla-central/rev/56478aac5b14
https://hg.mozilla.org/mozilla-central/rev/5b595818eb69
https://hg.mozilla.org/mozilla-central/rev/9270954fd8aa
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•10 months ago
|
Whiteboard: [webdriver:m11], [wptsync upstream] → [webdriver:m11], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•