browser_evaluate
Run JavaScript expressions directly in the current page context and retrieve JSON-serializable results, enabling agents to extract data or test logic during browser automation.
Instructions
Run a JS expression in the page context and return its JSON-serializable result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |