browser_eval
Evaluate JavaScript in the current browser page and get a JSON-serializable result. For non-local pages, user confirmation is required first.
Instructions
Evaluate a JavaScript expression in the page context and return the JSON-serializable result. On non-local pages this prompts the user for confirmation first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |