摘要: github: https://github.com/openatx/uiautomator2 [安装] pip3 install -U uiautomator2# 安装UI Inspector --> 便于查找元素(浏览器打开 https://uiauto.dev 查看当前设备的界面结构) pip 阅读全文
posted @ 2024-07-30 16:42 X-Wolf 阅读(490) 评论(0) 推荐(0)
摘要: APP逆向之ADB 常用命令查询: https://adbshell.com/commands ADB介绍Android调试桥(ADB)是一个多功能命令行工具,它允许开发者与Android设备进行通信和调试。通过ADB,开发者可以在计算机和Android设备之间执行各种操作,包括安装应用程序、复制文 阅读全文
posted @ 2024-07-30 12:53 X-Wolf 阅读(207) 评论(0) 推荐(0)
摘要: 总结有关微信开发中使用到的一些工具: 1. WeChatOpenDevTools-Python github: https://github.com/JaveleyQAQ/WeChatOpenDevTools-Python 解决:可以使用该工具打开微信内置浏览器的调试模式(F12), 方便查看内部打 阅读全文
posted @ 2024-07-30 10:43 X-Wolf 阅读(223) 评论(0) 推荐(0)
摘要: 转载:https://geeknote.net/wick/posts/2179 UIAutoMator2 uiautomator2 是一个可以使用Python对Android设备进行UI自动化的库。其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕 阅读全文
posted @ 2024-07-30 10:29 X-Wolf 阅读(324) 评论(0) 推荐(0)