1. 首页
  2. 数据库
  3. 其它
  4. auto.js使用记录

auto.js使用记录

上传者: 2021-01-31 20:04:13上传 PDF文件 51.7KB 热度 19次
1.基于控件法(常用) text().findOne(); desc().findOne(); .setText(给输入框设置内容); .find();//获取所有满足条件的控件 .parent();//获取父元素 .child(i);//第i+1个子元素从0开始 .children()//所有子元素集合,返回值数组 .exists();//判断控件是否存在返回true或false,不会阻塞线程 .bounds().centerX();//控件中心点横坐标 .bounds().centerY();//控件中心点纵坐标 2.基于坐标 setScreenMetrics(1080, 2280)
用户评论