You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
if (id("home_bottom_tab_button_work").exists()){
log("存在")
log(id("home_bottom_tab_button_work").findOne().bounds());
}else{
log("不存在")
}
if (desc("工作").exists()){
log("存在")
log(desc("工作").findOne().bounds())
}else{
log("不存在")
}
用auto.js死活找不到这两个控件的信息,但确实能有效点击,这是怎么回事