mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
24 lines
476 B
YAML
24 lines
476 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: "Search"
|
|
- tapOn:
|
|
id: "search_bar"
|
|
- inputText: "Rust"
|
|
- pressKey: Enter
|
|
- hideKeyboard
|
|
- waitForAnimationToEnd
|
|
- takeScreenshot: "SearchPage"
|
|
- tapOn: "Hottest"
|
|
- tapOn: "Open comments"
|
|
- waitForAnimationToEnd
|
|
- takeScreenshot: "CommentsPage"
|