wavexis_iframe_eval
Execute custom JavaScript inside an iframe to interact with embedded content or extract data.
Instructions
Evaluate a JavaScript expression inside an iframe.
Use wavexis_iframe_click or wavexis_iframe_fill for standard interactions instead of raw JS.
Side effects: Arbitrary; executes user-supplied JavaScript within the iframe context. Returns: JSON string with keys: 'status' ('ok'/'error'), 'result' (any).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |