browser_evaluate
Execute JavaScript in the browser to extract complex data or perform custom operations, returning the result directly.
Instructions
Execute JavaScript in the browser and return the result. Useful for complex extractions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to execute. Use return to get a value. |