mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 01:17:05 +05:30
16 lines
320 B
YAML
16 lines
320 B
YAML
appId: dev.msfjarvis.claw.android
|
|
---
|
|
- launchApp
|
|
- tapOn:
|
|
id: "save_button"
|
|
index: 0
|
|
- tapOn:
|
|
id: "save_button"
|
|
index: 1
|
|
- takeScreenshot: "HottestPosts"
|
|
- tapOn: "Saved"
|
|
- takeScreenshot: "SavedPosts"
|
|
- tapOn: "Hottest"
|
|
- tapOn: "Open comments"
|
|
- waitForAnimationToEnd
|
|
- takeScreenshot: "CommentsPage"
|