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

关于控件问题 #136

@UnaAtadura-Eris

Description

@UnaAtadura-Eris

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions