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>
8 lines
99 B
YAML
8 lines
99 B
YAML
name: Toggle WiFi
|
|
---
|
|
- settings: "wifi"
|
|
- wait: 2
|
|
- tap: "Wi-Fi"
|
|
- wait: 1
|
|
- done: "WiFi toggled"
|