browser_evaluate
Run JavaScript code on the current page and capture the result. Use this to extract data, modify the DOM, or trigger events during automated browser sessions.
Instructions
Execute JavaScript code on the page and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to execute |