webdriver-w3c icon indicating copy to clipboard operation
webdriver-w3c copied to clipboard

Unimplemented "new" endpoints

Open nbloomf opened this issue 3 years ago • 2 comments

The following webdriver endpoints are not exposed:

  • [x] POST /session/{session id}/window/new New Window (#30)
  • [ ] GET /session/{session id}/element/{element id}/shadow Get Element Shadow Root (#37)
  • [ ] POST /session/{session id}/shadow/{shadow id}/element Find Element From Shadow Root
  • [ ] POST /session/{session id}/shadow/{shadow id}/elements Find Elements From Shadow Root
  • [x] GET /session/{session id}/element/{element id}/computedrole Get Computed Role (#34)
  • [x] GET /session/{session id}/element/{element id}/computedlabel Get Computed Label (#35)
  • [x] POST /session/{session id}/print Print Page (#36)

nbloomf avatar Mar 27 '21 05:03 nbloomf

Note- it appears that the shadow root endpoints are not implemented in geckodriver or chromedriver as of March 2021, so I'll hold off on implementing those for now. I haven't tried but it may be possible to simulate them with executeScript.

nbloomf avatar Mar 28 '21 19:03 nbloomf

:+1:

Hywan avatar Mar 29 '21 08:03 Hywan