commit
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -6,6 +6,9 @@ from airtest.report.report import simple_report | ... | @@ -6,6 +6,9 @@ from airtest.report.report import simple_report |
| 6 | 6 | ||
| 7 | auto_setup(__file__, logdir=True) | 7 | auto_setup(__file__, logdir=True) |
| 8 | connect_device("Android:///2PF4C19807005028?cap_method=javacap&touch_method=adb") | 8 | connect_device("Android:///2PF4C19807005028?cap_method=javacap&touch_method=adb") |
| 9 | sleep(3) | ||
| 10 | wake() | ||
| 11 | sleep(3) | ||
| 9 | 12 | ||
| 10 | start_app("com.borui.gsjk") | 13 | start_app("com.borui.gsjk") |
| 11 | sleep(8) | 14 | sleep(8) | ... | ... |
-
Please register or sign in to post a comment