Joined
Last Online
Recent Posts
posted in 技术交流 read more

@zheng 没试过,不知道

posted in 技术交流 read more

@zheng 首先确认图片路径是对的, "./" 一般是 "/sdcard/脚本/",然后可以加上两个参数:images.findImage(bigImage, findImage, {threshold:0.7, level:0}),threshold是相似度,默认是0.9,太高可能找不到,level可以看作是对大图的优化等级,默认是由图片像素决定的,level越高图片越小,找图速度越快,但如果小图太小的话也可能找不到。根据结果来调

posted in 技术交流 read more

这个方法需要的参数是图片,你传的参数是路径

posted in 技术交流 read more

gestures(
[delay, dur, [x1, y1], [x2,y2] ],
[(delay+dur-1), dur2, [x2, y2], [x2, y2] ],
)
随便点击一个位置就可以松开
整个手势总时长应该不能超过一分钟 ( delay + dur + dur2 < 60000 )

posted in 技术交流 read more

可能是autoxjs的读写粘贴板权限没给

posted in 技术交流 read more

通过控件,找图,OCR等,去翻翻文档就好

posted in bug、问题、建议 read more

如果autoxjs不是通用版的可以装通用版的试试

posted in 技术交流 read more

自动需要root: 写个主函数,再写个给无障碍权限的函数(用shell模拟点击),用try调用主函数,如果捕获到无障碍未开启,就调用无障碍的函数,大概思路就这样

posted in bug、问题、建议 read more

autoxjs 安装通用版的,把左栏的启用新编辑器打开或者关闭试试