browser_evaluate
Execute JavaScript functions directly in the browser page context for fast custom interactions and data extraction.
Instructions
Execute arbitrary JavaScript code in the page context and return the result. Fast and direct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript function body to execute in the page context. |