Skip to content

Commit

Permalink
Update 【OrangeJs橘衫の脚本】多多果园自动脚本(拼多多脚本)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orange-shirt authored Feb 16, 2020
1 parent 470c7d9 commit 56f37f2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,13 @@ function EnSure() {
toastLog("已尝试点击首次“去完成”按钮");
sleep(3000);
Justback();
sleep(2000);
//确定是否是活动界面
if (text("直接离开").findOnce() != null) {
text("直接离开").findOnce().click();
toastLog("已尝试点击“直接离开”");
sleep(2000);
}
}
if (text("我知道了").findOnce() != null) {
var d = text("我知道了").findOne().bounds();
Expand Down

0 comments on commit 56f37f2

Please sign in to comment.