browser_evaluate
Run custom JavaScript code directly in the browser to manipulate page state, extract data, or test functionality without navigation.
Instructions
Execute JavaScript in the browser context (see browser_docs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript code to execute |