wavexis_shadow_click
Click an element inside a shadow DOM tree by providing CSS selectors that pierce shadow boundaries. Triggers click handlers and handles nested shadow trees.
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 |