browser_execute_js
Execute JavaScript code inside a web page and retrieve the result as a JSON object or plain text string.
Instructions
Execute JavaScript and return the result as JSON (falls back to str for non-serialisable values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript to run in the page context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |