摘要: # match 匹配 PC端使用import osimport cv2import pyautogui'''注意:文件路径不能含有中文!!!文件名也不能含有中文!!!picPath:要找的图的路劲tress:kd树的数量,数值越大,精度越大,但耗时越高,建议设置为100足够checks:节点检查数量 阅读全文
posted @ 2025-05-03 15:19 粥店接济 阅读(26) 评论(0) 推荐(0)
摘要: weditor使用问题总结_weditor加载不出来-CSDN博客 阅读全文
posted @ 2025-04-20 10:43 粥店接济 阅读(8) 评论(0) 推荐(0)
摘要: 【uiautomator2 】app最重要的操作:点击、滑动、输入、按键、截屏操作 - xiondun - 博客园 阅读全文
posted @ 2025-04-05 11:14 粥店接济 阅读(48) 评论(0) 推荐(0)
摘要: uiautomator2自动化 - 没有陌生人 - 博客园 阅读全文
posted @ 2025-04-05 10:56 粥店接济 阅读(1) 评论(0) 推荐(0)
摘要: import uiautomator2 as u2import cv2import timedef cross_click(d, template_path, threshold=0.8, retry=3): """跨分辨率图像点击核心方法""" for attempt in range(retry 阅读全文
posted @ 2025-04-05 08:43 粥店接济 阅读(29) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Master724/article/details/107962349 阅读全文
posted @ 2025-04-04 14:06 粥店接济 阅读(15) 评论(0) 推荐(0)
摘要: python UIAutomator2使用超详细教程_python_脚本之家 阅读全文
posted @ 2025-04-04 14:06 粥店接济 阅读(48) 评论(0) 推荐(0)
摘要: 超详细!Python + uiautomator2 实现安卓 APP 自动化测试教程 - 知乎 阅读全文
posted @ 2025-04-04 14:05 粥店接济 阅读(14) 评论(0) 推荐(0)
摘要: uiautomator2使用方法 - 余生没有余生 - 博客园 阅读全文
posted @ 2025-04-04 14:03 粥店接济 阅读(4) 评论(0) 推荐(0)
摘要: Python安装uiautomator2 - 牧羊人の冬天 - 博客园 阅读全文
posted @ 2025-04-04 14:02 粥店接济 阅读(3) 评论(0) 推荐(0)