find_shadow_element
Find elements inside shadow DOM by providing host CSS selector and target selector within 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 |
|---|---|---|---|
| timeout | No | ||
| host_selector | Yes | CSS selector of the shadow host element | |
| shadow_selector | Yes | CSS selector inside the shadow root |