get_screen_elements
Dump the current screen as a compact numbered list of interactive elements with coordinates, text, and IDs, enabling tapping or selector-based actions.
Instructions
Dump the current screen as a compact numbered list of interactive elements: [index] text="..." id="..." [flags] center=(x,y). This is the cheapest way to observe the screen; use the center coordinates with tap(x, y) or the text/resource_id with selector-based actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |