wavexis_shadow_click
Click shadow DOM elements by providing a selector chain that pierces shadow boundaries. Solves the problem of unclickable elements inside encapsulated shadow roots, triggering handlers and side effects.
Instructions
Click an element inside a shadow DOM tree.
Pierces shadow boundaries using the provided selector chain. Use wavexis_shadow_eval only for custom JS that click/fill cannot express.
Side effects: Triggers click handlers and may navigate or mutate the shadow DOM. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |