browser_eval
Evaluate JavaScript expressions in the current browser page context and retrieve JSON-serializable results. For non-local pages, prompts the user for confirmation before execution.
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 |