Files
Schnappix/.maestro/02_retake_photo.yaml

25 lines
432 B
YAML

appId: com.schnappix
---
- launchApp
- tapOn:
text: ".*ZUM STARTEN TIPPEN.*"
- extendedWaitUntil:
visible: "Wiederholen"
timeout: 10000
# Retake the photo
- tapOn: "Wiederholen"
# Wait for next countdown and capture
- extendedWaitUntil:
visible: "Wiederholen"
timeout: 10000
# Cancel out of the flow entirely
- tapOn: "Beenden"
- extendedWaitUntil:
visible: ".*ZUM STARTEN TIPPEN.*"
timeout: 5000