MCPcopy
hub / github.com/SeleniumHQ/selenium / getShadowRoot

Method getShadowRoot

java/src/org/openqa/selenium/WebElement.java:274–274  ·  view source on GitHub ↗

@return A representation of an element's shadow root for accessing the shadow DOM of a web component. @throws NoSuchShadowRootException If no shadow root is found

()

Source from the content-addressed store, hash-verified

272 * @throws NoSuchShadowRootException If no shadow root is found
273 */
274 default SearchContext getShadowRoot() {
275 throw new UnsupportedOperationException("getShadowRoot");
276 }
277

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls