Implement support for Find Element(s) From Shadow Root
Categories
(Testing :: geckodriver, task, P1)
Tracking
(firefox113 fixed)
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m6], [wptsync upstream])
Attachments
(3 files, 1 obsolete file)
Once the WebDriver:FindElementFromShadowRoot and WebDriver:FindElementsFromShadowRoot commands are available in Marionette the appropriate support needs to be added to geckodriver.
Tests that need to pass can be found in the Wdspec test suite:
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/webdriver/tests/find_element_from_shadow_root
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/webdriver/tests/find_elements_from_shadow_root
Comment 1•5 years ago
|
||
This adds the necessary pieces for GetShadowRoot from
https://w3c.github.io/webdriver/#get-element-shadow-root
Updated•5 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Comment on attachment 9213801 [details]
Bug 1700097: Add support for get shadow dom root to geckodriver
Revision D110938 was moved to bug 1700093. Setting attachment 9213801 [details] to obsolete.
| Reporter | ||
Comment 3•4 years ago
|
||
This is actually the geckodriver bug for finding elements below a shadow root. Getting the shadow root was done in bug 1700093.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
This adds the geckodriver parts to
https://w3c.github.io/webdriver/#find-element-from-shadow-root
https://w3c.github.io/webdriver/#find-elements-from-shadow-root
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Comment 5•4 years ago
|
||
David, are you still interested to work on this bug? Thanks.
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 7•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 8•3 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Updated•3 years ago
|
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 9•3 years ago
|
||
Adding as tentative bug for our M6 milestone.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 10•3 years ago
|
||
Depends on D172225
| Assignee | ||
Comment 11•3 years ago
|
||
Depends on D172416
Comment 12•3 years ago
|
||
Comment 14•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/81fa00900760
https://hg.mozilla.org/mozilla-central/rev/de10522216bc
Updated•3 years ago
|
| Reporter | ||
Updated•3 years ago
|
Description
•