25 lines
484 B
YAML
25 lines
484 B
YAML
appId: com.schnappix
|
|
---
|
|
- launchApp
|
|
- tapOn:
|
|
text: ".*ZUM STARTEN TIPPEN.*"
|
|
|
|
- extendedWaitUntil:
|
|
visible: "Einzelbild"
|
|
timeout: 10000
|
|
|
|
# Open the sticker tray
|
|
- tapOn: "Sticker"
|
|
|
|
# Add a date sticker instead of emoji to avoid terminal encoding issues
|
|
- tapOn: "Datum"
|
|
|
|
# Close the tray by tapping outside or tapping sticker again
|
|
- tapOn: "Sticker"
|
|
|
|
# Exit without saving
|
|
- tapOn: "Beenden"
|
|
- extendedWaitUntil:
|
|
visible: ".*ZUM STARTEN TIPPEN.*"
|
|
timeout: 5000
|