eval
Execute JavaScript on a live webpage and retrieve the result, with support for async/Promise code and configurable wait time before running.
Instructions
Execute JavaScript on a webpage and return the result. Supports async/Promise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to load | |
| script | Yes | JavaScript code to execute (supports async/Promise) | |
| wait_secs | No | Seconds to wait before executing |