New --flow mode executes scripted YAML steps without LLM, mapping 17 commands (tap, type, swipe, scroll, etc.) to existing actions. Element finding uses accessibility tree text/hint/id matching. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
183 B
YAML
11 lines
183 B
YAML
appId: com.google.android.googlequicksearchbox
|
|
name: Google Search
|
|
---
|
|
- launchApp
|
|
- wait: 2
|
|
- tap: "Search"
|
|
- type: "weather today"
|
|
- enter
|
|
- wait: 3
|
|
- done: "Search results loaded"
|