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>
9 lines
154 B
YAML
9 lines
154 B
YAML
name: Clear Notifications
|
|
---
|
|
- shell: "cmd statusbar expand-notifications"
|
|
- wait: 2
|
|
- tap: "Clear all"
|
|
- wait: 1
|
|
- home
|
|
- done: "Notifications cleared"
|