var douyinhao=[
"xiruoly0813",
"RYJ05290922",
"2227671006",
"Sn12347"
];
//循环douyinhao数组
for(var i=0;i<douyinhao.length;i++){
sleep(2000)
//顺序输入douyinhao数组内容
id("com.ss.android.ugc.aweme:id/et_search_kw").findOne().setText(douyinhao[i])
sleep(1000)
//点击搜索
var tap //点击坐标
tap = id("com.ss.android.ugc.aweme:id/x+z").findOne();
click(tap.bounds().centerX(), tap.bounds().centerY());
sleep(2000)
//点击用户
tap = id("android:id/text1").text("用户").findOne();
click(tap.bounds().centerX(), tap.bounds().centerY());
sleep(2000)
//判断是否找到该用户,只有找到了才有下一步
var user =null
user = (textContains("抖音号:"+douyinhao[i]).findOnce())
if(user==null){
log("null")
}else{
log("找到了")
click(user.bounds().centerX()+1, user.bounds().centerY()+1);
sleep(2000)
back()
}
}
04:34:42.564/V: 开始运行[[remote]抖音.js]
04:34:50.273/D: 找到了
04:35:00.003/D: 找到了
04:35:09.749/D: 找到了
04:35:19.406/D: 找到了
04:35:19.437/E: Wrapped java.lang.IllegalArgumentException: Path bounds must not be negative (file:///android_asset/modules/__automator__.js#17)
Wrapped java.lang.IllegalArgumentException: Path bounds must not be negative
at file:///android_asset/modules/__automator__.js:17:0
at [remote]抖音.js:47:0
04:35:19.443/V:
------------
[ [remote]抖音.js ]运行结束,用时36.867000秒
数组里面是抖音号,流程是,搜索数组里面的抖音号,并且进入他的主页。
我测试了好多抖音号,都没问题,就可以进入主页,唯独这个:Sn12347直接报错。
这是我小号抖音号啊!