ui
Automate Android app UI interactions using accessibility trees. Perform operations like tapping elements, inputting text, taking screenshots, and checking accessibility compliance.
Instructions
Interact with app UI via accessibility tree. Operations: dump, find, tap, input, screenshot, accessibility-check.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| selector | No | Element selector (for find) | |
| x | No | X coordinate (for tap) | |
| y | No | Y coordinate (for tap) | |
| elementIndex | No | Element index from last find (for tap) | |
| text | No | Text to input | |
| localPath | No | Local path for screenshot |