(function () { var 广告18 = className(“android.webkit.WebView”); sleep(2000); if (广告18.findOnce()) { back(); } //中间倒计时弹窗 //等待控件显示 let arr = textContains(‘关闭’).clickable(true).find().filter(w => /关闭.\d+/g.exec(w.text() || w.desc())); for (let i in arr) arr[i].click(); var 跳过1 = text("| 跳过").boundsInside(device.width / 2, device.height / 6, device.width, device.height / 2).findOnce(); //天天爱消除 var 消除 = id(“klevin_ad_iv_close”).className(“android.widget.ImageView”).depth(4); //消除倒计时 var 倒计时 = id(“klevin_tv_tip”); //龙生九子 var 广告1 = className(“android.widget.ImageView”).depth(6).clickable(true).drawingOrder(3).indexInParent(3).boundsInside(device.width / 2, 0, device.width, device.height / 2); //双层广告 var 广告2 = id(“close”).className(“android.view.View”).depth(9).clickable(true).drawingOrder(0).focusable(false).indexInParent(4).boundsInside(device.width / 2, 0, device.width, device.height / 2) var 广告3 = text(“确认关闭”) var 广告4 = id(“ad_close”).className(“android.view.View”).depth(9).clickable(true).drawingOrder(0).focusable(false).indexInParent(5).boundsInside(device.width / 2, 0, device.width, device.height / 2) var 广告5 = className(“android.view.View”).depth(7).drawingOrder(0).focusable(false).indexInParent(0).text(“浏览页面25s 领取奖励”); //小按钮弹窗 2次防止关闭失败 let 广告6 = id(“tt_insert_dislike_icon_img”); //通用右侧关闭 let 广告7 = id(“tt_video_ad_close_layout”);
// var 加载失败 = text("视频加载失败").depth(11).findOnce();
// if (加载失败) {
// click(加载失败.bounds().centerX(), 加载失败.bounds().centerY())
// toastLog("视频加载失败");
// }
if (text("仅在使用中允许").findOnce()) {
text("仅在使用中允许").findOnce().click();
}
if (text("允许").findOnce()) {
text("允许").findOnce().click();
}
if (text("取消").findOnce()) {
text("取消").findOnce().click();
}
var 特殊27 = className("android.widget.Image").depth(12).clickable(false).drawingOrder(0).focusable(false).indexInParent(0).boundsInside(device.width / 2, device.height / 13, device.width, device.height / 2).findOnce();
var 反馈 = className("android.view.View").text("反馈").boundsInside(0, device.height / 13, device.width, device.height).findOnce();
if (反馈) {
toastLog("小弹窗出现");
if (特殊27) {
click(特殊27.bounds().centerX(), 特殊27.bounds().centerY());
toastLog("关闭特殊广告27");
}
}
if (跳过1) {
sleep(500);
click(跳过1.bounds().centerX(), 跳过1.bounds().centerY());
}
if (广告1.findOnce()) {
广告1.findOnce().click();
toastLog("关闭广告1");
}
// if (广告2.findOnce()) {
// 广告2.findOnce().click()
// toastLog("双层关闭1");
// sleep(500);
// if (广告3.findOnce()) {
// click(广告3.bounds().centerX(), 广告3.bounds().centerY())
// toastLog("点击确认关闭");
// }
// }
if (消除.findOnce()) {
if (!倒计时.findOnce()) {
消除.findOnce().click();
toastLog("关闭天天爱消除广告");
}
}
if (广告4.findOnce()) {
广告4.findOnce().click();
toastLog("关闭广告4");
}
if (广告5.findOnce()) {
sleep(1000);
swipe(device.width / 2, 1600, device.width / 2, 200, 300);
toastLog('自动滑动小说');
}
if (广告6.findOnce()) {
广告6.findOnce().click();
toastLog("关闭广告6");
}
if (广告7.findOnce()) {
广告7.findOnce().click();
toastLog("关闭广告7");
}
}); 我是大富翁 猜歌联萌 奇妙连连看 轻松一笔画 成语请接招 成语请接招
|