Implement commands "WebDriver:FindElementFromShadowRoot" and "WebDriver:FindElementsFromShadowRoot"
Categories
(Remote Protocol :: Marionette, task, P1)
Tracking
(firefox113 fixed)
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [webdriver:m6] [webdriver:relnote])
Attachments
(3 files)
Once bug 1700073 has been implemented and a shadow root element can be used, we need support to find elements within this shadow root.
The specification is at:
https://w3c.github.io/webdriver/#find-element-from-shadow-root
https://w3c.github.io/webdriver/#find-elements-from-shadow-root
It would be great to get some basic tests for the Marionette client that just ensure the command is working. Once geckodriver supports the commands we will get detailed tests in the webdriver spec suite.
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
This add the marionette parts of
https://w3c.github.io/webdriver/#find-element-from-shadow-root
https://w3c.github.io/webdriver/#find-elements-from-shadow-root
Reporter | ||
Comment 3•1 year ago
|
||
Hi David, I would like to ask if you have some updates for us. Or if there is something that I can help with to get this feature added. Thanks!
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Updated•11 months ago
|
Reporter | ||
Comment 5•11 months ago
|
||
Removing priority so that we can re-triage this bug.
Reporter | ||
Comment 6•11 months ago
|
||
Should be fine to keep it in the P3 backlog for now unless it's clear that it's really needed.
Updated•11 months ago
|
Comment 7•10 months ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 8•10 months ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Updated•10 months ago
|
Reporter | ||
Updated•6 months ago
|
Reporter | ||
Comment 9•6 months ago
|
||
Adding as tentative bug for our M6 milestone.
Updated•4 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 10•3 months ago
|
||
Assignee | ||
Comment 11•3 months ago
|
||
Comment 12•3 months ago
|
||
Pushed by aborovova@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7e2aa71ac3ce [marionette] Move `fromUUID` helper from `WebReference` to `WebElement` class. r=webdriver-reviewers,jdescottes https://hg.mozilla.org/integration/autoland/rev/187b775a1e57 [marionette] Add support for finding elements from shadow roots. r=webdriver-reviewers,jdescottes,whimboo
Comment 13•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7e2aa71ac3ce
https://hg.mozilla.org/mozilla-central/rev/187b775a1e57
Updated•1 month ago
|
Description
•