在 rule 输入规则可以点击 ”只能坐标点击但又不可控件点击的“ 控件,采用随即方法可以避免固定点击
local rule =
view = find(rule);--点击
if view then
click(math.random(view.rect.left,view.rect.right),math.random(view.rect.top,view.rect.bottom))
print(view.rect.left..','..view.rect.top..','..view.rect.right..','..view.rect.bottom);
end
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END






暂无评论内容