browser_evaluate
Execute JavaScript in a real browser to query DOM elements, read page state, or perform custom operations within existing sessions.
Instructions
Execute JavaScript in the page and return the result. Use for DOM queries, reading page state, or any operation not covered by other tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JavaScript expression or code to evaluate in the page context |