@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
()
| 272 | * @throws NoSuchShadowRootException If no shadow root is found |
| 273 | */ |
| 274 | default SearchContext getShadowRoot() { |
| 275 | throw new UnsupportedOperationException("getShadowRoot"); |
| 276 | } |
| 277 |
no outgoing calls