节点随机点击 简单版封装

[复制链接]
查看2629 | 回复2 | 2022-6-13 14:57:37 | 显示全部楼层 |阅读模式
    function 节点随机点击(ret)
   --tap(rnd(ret .bounds.l,ret .bounds.r),rnd(ret .bounds.t,ret.bounds.b) ,300)
    无障碍点击(rnd(ret .bounds.l,ret .bounds.r),rnd(ret  .bounds.t,ret.bounds.b) ,300)
    end

local 去查看  = nodeLib.findOne(0,0,0,0,{text="小视频"},true)
print(去查看)
if 去查看 ~= nil then
        print("点击 ")
-----方法1----调用封装-----------
    节点随机点击(去查看)
----方法2------直接用--------------
tap(rnd(去查看t .bounds.l,去查看 .bounds.r),rnd(去查看 .bounds.t,去查看.bounds.b) ,300)
无障碍点击(rnd(去查看t .bounds.l,去查看 .bounds.r),rnd(去查看 .bounds.t,去查看.bounds.b) ,300)
else
        print("没找到")
end
---------------------------------------
--节点 .bounds.l  l是X1
--节点 .bounds.t  t是y1
--节点 .bounds.r  r是x2
--节点 .bounds.b b是y2


回复

使用道具 举报

1233690 | 2022-6-14 21:54:19 | 显示全部楼层
感谢分享,
回复

使用道具 举报

a124149449 | 2022-6-18 18:33:36 | 显示全部楼层
感谢分享,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

4

主题

37

帖子

131

积分

注册会员

Rank: 2

积分
131