-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunSwipe.sh
More file actions
69 lines (59 loc) · 2.36 KB
/
runSwipe.sh
File metadata and controls
69 lines (59 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# /usr/bin/adb -s 192.168.1.111:5555 shell am instrument -w -r -e debug false -e class com.example.uiautomator.PinchTest com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner
# /usr/bin/adb -s 192.168.1.111:5555 shell am instrument -w \
# -r -e debug false \
# -e class com.example.uiautomator.PinchTest \
# -e resId "me.underw.hp:id/hl_mbmap_mapview" \
# com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner
# am instrument -w -r -e action pinch -e class com.example.uiautomator.UiActionTest -e resId "{resource_id}" com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner
/usr/bin/adb -s 192.168.1.111:5555 shell am instrument -w -r \
-e class com.example.uiautomator.UiActionTest \
-e action swipe \
-e du 650 \
-e startx 220 -e starty 1300 \
-e x1 280 -e y1 1279 \
-e x2 450 -e y2 1200 \
-e x3 683 -e y3 853 \
-e x4 50 -e y4 1289 \
-e x5 147 -e y5 1403 \
-e x6 400 -e y6 1200 \
-e x7 900 -e y7 20 \
com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner
# /usr/bin/adb -s 192.168.1.111:5555 shell am instrument -w -r \
# -e class com.example.uiautomator.UiActionTest \
# -e action swipe \
# -e du 650 \
# -e startx 300 -e starty 1300 \
# -e x1 410 -e y1 1283 \
# -e x2 406 -e y2 1279 \
# -e x3 37 -e y3 853 \
# -e x4 573 -e y4 1289 \
# -e x5 557 -e y5 1403 \
# -e x6 117 -e y6 1603 \
# -e x7 250 -e y7 13 \
# com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner
# /usr/bin/adb -s 192.168.1.111:5555 shell am instrument -w -r \
# -e class com.example.uiautomator.UiActionTest \
# -e action swipe \
# -e du 650 \
# -e startx 300 -e starty 1300 \
# -e x1 310 -e y1 1281 \
# -e x2 312 -e y2 1279 \
# -e x3 681 -e y3 851 \
# -e x4 145 -e y4 1287 \
# -e x5 161 -e y5 1401 \
# -e x6 601 -e y6 1601 \
# -e x7 490 -e y7 11 \
# com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner
# /usr/bin/adb -s 192.168.1.111:5555 shell am instrument -w -r \
# -e class com.example.uiautomator.UiActionTest \
# -e action swipe \
# -e du 650 \
# -e startx 300 -e starty 1300 \
# -e x1 310 -e y1 1285 \
# -e x2 316 -e y2 1279 \
# -e x3 685 -e y3 855 \
# -e x4 149 -e y4 1291 \
# -e x5 165 -e y5 1405 \
# -e x6 605 -e y6 1605 \
# -e x7 450 -e y7 15 \
# com.example.uiautomator.test/androidx.test.runner.AndroidJUnitRunner