app_snapshot
Reads the current app window state including page title, visible text, and interactive elements with their roles and selectors. Use to identify on-screen content and actionable items without a screenshot.
Instructions
Read the current app window state: page title, visible body text, and every visible interactive element (button/link/input/etc.) with its role, text/aria-label, and a CSS selector. Prefer targeting by the element's text with app_click/app_type over the positional selectors here, which are brittle. Use this instead of a screenshot when you just need to know what's on screen and actionable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||