tangled mirror of catsky-馃惐 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
1
2# flow.yaml
3
4appId: xyz.blueskyweb.app
5---
6- launchApp
7# Login
8# - runFlow:
9# when:
10# - tapOn: "Sign In"
11# - tapOn: "Username or email address"
12# - inputText: "ansh.bsky.team"
13# - tapOn: "Password"
14# - inputText: "PASSWORd"
15# - tapOn: "Next"
16# Allow notifications if popup is visible
17# - runFlow:
18# when:
19# visible: "Notifications"
20# commands:
21# - tapOn: "Allow"
22# Scroll in main feed
23- "scroll"
24- "scroll"
25- "scroll"
26- "scroll"
27- "scroll"
28- "scroll"
29- "scroll"
30- "scroll"
31# Swipe between feeds
32- swipe:
33 direction: "LEFT"
34- swipe:
35 direction: "LEFT"
36- swipe:
37 direction: "LEFT"
38- swipe:
39 direction: "RIGHT"
40- swipe:
41 direction: "RIGHT"
42- swipe:
43 direction: "RIGHT"
44# Go to Notifications
45- tapOn:
46 id: "viewHeaderDrawerBtn"
47- tapOn: "Notifications"
48- "scroll"
49- "scroll"
50- "scroll"
51- "scroll"
52- "scroll"
53- swipe:
54 direction: "DOWN" # Make header visible
55# Go to Feeds tab
56- tapOn:
57 id: "viewHeaderDrawerBtn"
58- tapOn: "Feeds"
59- scrollUntilVisible:
60 element: "Discover"
61 direction: UP
62- tapOn: "Discover"
63- waitForAnimationToEnd
64- "scroll"
65- "scroll"
66- "scroll"
67- "scroll"
68- "scroll"
69# Click on post
70- tapOn:
71 id: "postText"
72 index: 0
73- "scroll"
74- "scroll"
75- "scroll"
76- "scroll"
77- "scroll"