release 2.0.14Beta2

This commit is contained in:
hyb1996
2017-07-18 12:29:51 +08:00
parent dbacf93399
commit 1d23640362
5 changed files with 20 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
"auto";
launchApp("QQ");
toast("请打开新朋友界面并自行下滑");
while(true){
text("同意").clickable().findOne().click();
sleep(1500);
click("完成");
sleep(1000);
}