open_shadow_dom
The command to open/expand a Shadow DOM element.
Syntax
Usage
Shadow DOMs are a bit tricky because, like iframes, you need to "switch" to its context to find elements or objects within it. Check out this example using chrome://extensions
:
Yields
The Shadow Root (Element)
. With this element you can search for things within the Shadow context.
Last updated