wavexis_iframe_click
Click an element inside an iframe by specifying CSS selectors for the iframe and element. Triggers click handlers and returns a JSON status for confirmation.
Instructions
Click an element inside an iframe.
Use wavexis_iframe_eval only for custom JS that click/fill cannot express.
Side effects: Triggers click handlers and may navigate or mutate the iframe 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 |