deep_query_shadow_dom
Query an element inside a deep shadow DOM tree by specifying a path of host selectors and an inner CSS selector.
Instructions
Query an element inside a deep shadow DOM tree by providing a path of host selectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostPath | Yes | Ordered array of shadow host CSS selectors to traverse | |
| innerSelector | Yes | CSS selector within the deepest shadow root | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |