wavexis_eval
Execute JavaScript expressions in a browser context and return the result. Optionally navigate to a URL before evaluation.
Instructions
Evaluate a JavaScript expression in the browser context and return the result.
Use wavexis_scrape when the same expression must run across many
pages, or wavexis_act for natural-language interaction instead of
raw JS.
Side effects: launches/acquires a browser backend, navigates to url
if provided, executes arbitrary JS in the page (may trigger network
requests or DOM mutations).
Returns: JSON string with keys: 'status' ('ok'/'error'), 'result'
(Any), 'type' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |