Implement basic "browsingContext.locateNodes" command for CSS selector
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P2)
Tracking
(firefox123 fixed)
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [webdriver:m9][wptsync upstream][webdriver:relnote])
Attachments
(4 files)
Once the following PR has been landed we should implement the browsingContext.locateNodes command.
https://github.com/w3c/webdriver-bidi/pull/547
We should basically be able to use a lot of the existing code for Marionette and as such make those existent methods available via a shared module for both protocols.
| Reporter | ||
Comment 1•2 years ago
|
||
The initial set of tests will be downstreamed via bug 1859347.
| Reporter | ||
Comment 2•2 years ago
|
||
We are going to move out the XPath and innerText locators to separate bugs to make it a bit easier to get the initial landing done.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D196740
| Assignee | ||
Comment 5•2 years ago
|
||
Depends on D196741
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D196742
Comment 9•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/339134cf30e4
https://hg.mozilla.org/mozilla-central/rev/6bf767d58538
https://hg.mozilla.org/mozilla-central/rev/e6c467604219
https://hg.mozilla.org/mozilla-central/rev/6289cc447577
| Reporter | ||
Updated•1 year ago
|
Description
•