Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

关于控件问题 #136

Open
UnaAtadura-Eris opened this issue Mar 25, 2021 · 0 comments
Open

关于控件问题 #136

UnaAtadura-Eris opened this issue Mar 25, 2021 · 0 comments

Comments

@UnaAtadura-Eris
Copy link

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死活找不到这两个控件的信息,但确实能有效点击,这是怎么回事

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant