browser_evaluate
Run JavaScript code in any browser tab and retrieve the evaluated output.
Instructions
Execute JavaScript in the context of a browser tab and return the result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID (defaults to active tab) | |
| expression | Yes | JavaScript expression to evaluate |