Closed
Bug 1700093
Opened 4 years ago
Closed 3 years ago
Implement support for Get Element Shadow Root
Categories
(Testing :: geckodriver, task, P3)
Tracking
(firefox96 fixed)
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: whimboo, Assigned: david.burns)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Once the WebDriver:GetElementShadowRoot
command is 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/get_element_shadow_root
Reporter | ||
Comment 1•3 years ago
|
||
David is thankfully working on adding support for shadow DOM roots.
Assignee: nobody → david.burns
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 2•3 years ago
|
||
This adds the necessary pieces for GetShadowRoot from
https://w3c.github.io/webdriver/#get-element-shadow-root
Updated•3 years ago
|
Attachment #9253454 -
Attachment description: Bug 1700093: Add support for get shadow dom root to geckodriver → Bug 1700093 - [geckodriver] Add support for "Get Element Shadow Root"
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/03dbd79baf62
[geckodriver] Add support for "Get Element Shadow Root" r=webdriver-reviewers,whimboo,jgraham
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•