直接生成的控件怎么找到他的x和y坐标,麻烦各位大佬了
autojs吧
全部回复
仅看楼主
level 3
hechao635 楼主
if(id("bf2").className("android.widget.TextView").text("视频").findOne().parent().exists()){
}
2022年08月07日 00点08分 1
level 6
X:控件.bounds().left;
Y:控件.bounds().top
2022年08月07日 08点08分 3
感谢大佬,会了[笑眼]
2022年08月07日 23点08分
1