find_shadow_element
Find a shadow DOM element by providing the host element's CSS selector and the target element's selector inside the shadow root.
Instructions
Find an element inside a shadow DOM. Provide the host element selector and then the selector for the element inside the shadow root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_selector | Yes | CSS selector of the shadow host element | |
| shadow_selector | Yes | CSS selector inside the shadow root | |
| timeout | No |