explore_app
Launches an app, taps through interactive elements, and builds a state graph. Returns JSON of screens and transitions to understand an unfamiliar app before automation.
Instructions
Explore an app's UI autonomously using BFS. Launches the app, taps every interactive element, builds a state graph. Returns JSON with discovered screens, elements, and transitions. Use this to understand an unfamiliar app before writing automation for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| package | Yes | ||
| max_depth | No | ||
| max_states | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |