browser_evaluate
Run JavaScript in the current browser tab and return the result as a JSON string, enabling DOM inspection for iCloud and page automation.
Instructions
Run JavaScript in the current tab (page.evaluate). Return value is JSON-stringified. Use for iCloud DOM inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JS expression or IIFE, e.g. document.title or (() => {...})() |