滑动过程应该没被打断 安卓8.0
if((time%3)==0){
alert("下滑");
swipe(695,1890,695,210,2*1000);
alert("ok");
}
if((time%20)==0){
var End = confirm("结束脚本?");
if(End){
useless.close();
exit();
}
}
代码可以运行 但显示下滑 和 OK 就是没有滑动的效果
还有就是在函数中调用console.show()会卡死什么解决呢?
如if(t==3) console.show() 然后脚本就gg了
解决了下滑问题 因为设定屏幕长宽参数是写反了....