摘要: 1、下载安装airtest airtest官网:https://airtest.netease.com/home/ 进入官网就可以看到下载按钮。 下载完成后是一个压缩包,解压之后找到应用程序打开就可以开始使用。 2、下载安装手机模拟器(推荐雷电模拟器) 这里的模拟器是当作手机使用,当然你可以通过连接 阅读全文
posted @ 2021-07-13 23:16 CJTARRR 阅读(1034) 评论(0) 推荐(0)
摘要: from concurrent.futures import ThreadPoolExecutor, as_completedimport socket # 判断ip_port是否能够连接上def try_connection(ip_port): s = socket.socket() # 等待最大 阅读全文
posted @ 2021-07-13 13:38 CJTARRR 阅读(335) 评论(0) 推荐(0)
摘要: 1、下载js文件 进入https://github.com/CreditTone/goniub 下载压缩包,解压==》src==》main==》resources==》stealth.js 或者 进入https://github.com/kingname/stealth.min.js 直接下载ste 阅读全文
posted @ 2021-07-13 13:35 CJTARRR 阅读(505) 评论(0) 推荐(0)