Implement basic support for session.new command (without capability matching)
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [bidi-m1-mvp])
Attachments
(2 files)
For direct BiDi connections the session.new()
command needs to be implemented, which isn't fully specified yet. See https://github.com/w3c/webdriver-bidi/issues/97
For it's implementation we would also have to add full capability matching for firstMatch
and alwaysMatch
. Currently this is only implemented in the geckodriver and webdriver crates.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
For the demo we don't need the capability matching. I'll file a new bug for that.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
This is just a WIP and has to wait until the WebDriver BiDi spec has been updated. As such unassigning myself for now.
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Bug 1720707 will not block us to get this feature landing.
Assignee | ||
Comment 5•4 years ago
|
||
Even bug 1693838 can be removed from the dependency list because this command will have no payload for the initial landing.
Assignee | ||
Comment 6•4 years ago
|
||
I don't want to cause merge conflicts for Julian over on bug 1713439. As such the review will be deferred until the other bug has been fixed.
Assignee | ||
Comment 7•4 years ago
|
||
Chatted with Julian, and he actually based his work on this WIP. As such we agreed on to get this landed first even not yet part of the spec.
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D120303
Updated•4 years ago
|
Comment 10•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b651fb27cbba
https://hg.mozilla.org/mozilla-central/rev/2fd613c3d66e
Description
•