browser_eval
Evaluate JavaScript expressions in the page's main execution world. Use sparingly to avoid detection; prefer accessibility object model and action tools for stealth.
Instructions
Evaluate a JS EXPRESSION in the page's MAIN execution world. Observable by page scripts; use sparingly. Prefer AOM + action tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JS expression (not a statement). Executes in the page's MAIN execution world — observable by page scripts. Use sparingly; prefer AOM + actions. |