session_eval
Run arbitrary JavaScript in a live browser session and retrieve the result. Use it to manipulate page state, extract data, or test functionality directly in the browser.
Instructions
Execute arbitrary JavaScript in the browser session and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to execute | |
| session_id | Yes | Session ID |