webdriver-w3c
webdriver-w3c copied to clipboard
Add getElementShadowRoot endpoint
It looks like this endpoint is not implemented in either geckodriver or chromedriver yet (as of March 2021). That makes testing this properly impossible, so I'll hold of on merging it.
When the time comes, here's what remains:
- [ ] Make sure the demo works
- [ ] Add
getElementShadowRoot
to the test suite
Partially addresses #28.