摘要: 参考文章:https://testerhome.com/topics/15998 uiautomator2 app 原生 + webview 的实际操作记录 (安卓) 1. 首先 chrome://inspect/#devices 通过连接查看自己的 版本号 , 必须和我们的手机应用使用的 WebV 阅读全文
posted @ 2023-02-13 17:55 Receiver 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 整体框架基于:python3 + WebDriverAgent + Facebook-wda + Weditor(待贴图) 安装Homebrew工具:/usr/bin/ruby -e "(curl -fsSL https://raw.githubusercontent.com/Homebrew/in 阅读全文
posted @ 2022-12-15 16:01 Receiver 阅读(381) 评论(0) 推荐(0) 编辑
摘要: self.driver.find_element(By.CSS_SELECTOR,"xxx").click()first_handle = self.driver.current_window_handle #如果出现弹框try: first_handle = self.driver.current 阅读全文
posted @ 2020-10-07 16:09 Receiver 阅读(4569) 评论(2) 推荐(1) 编辑
摘要: 本人根据php典型模块与项目实战大全此书所完成的一个调查问卷,同时管理员可以进行修改调查内容 同时用到了一个css文件,借鉴于 http://www.wufangbo.com/div-css-vote/ 需要5个php文件:admin.php、update.php、view.php、result.p 阅读全文
posted @ 2018-10-12 21:11 Receiver 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 手机设置 应用和服务 应用管理 右上角->显示系统程序 搜索系统 既可以看到Android版本 阅读全文
posted @ 2023-12-21 10:27 Receiver 阅读(111) 评论(0) 推荐(0) 编辑
摘要: iOS包体积缩小: 删除无用资源:无用的图片、重复的图片(fdupes工具扫描出重复的文件) 资源压缩:进行压缩图片大小 部分会进行移除二倍图的操作进行 此处下方的问题为:移除二倍图之后,@2x屏幕的手机发生了 不清晰,图片糊的情况 首先iOS手机有以下相关尺寸与 假如需要一个指定尺寸的图标,以下相 阅读全文
posted @ 2023-12-12 18:55 Receiver 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 首先打开链接找到https://gitee.com/Han0/iOSDeviceSupport 找到对应版本,解压 其次打开终端 输入 open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Device 阅读全文
posted @ 2023-11-14 14:59 Receiver 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 首先进入appstore,查找你所要的app 其次进入分享此app->拷贝链接,可以发送到社交软件:如网易云app的链接如下:https://apps.apple.com/cn/app/%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90-1%E4%BA%BF% 阅读全文
posted @ 2023-11-10 15:15 Receiver 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 首先进行reset 删除原来的证书 输入mmc->文件>添加删除管理单元->找到相关证书进行删除 重复安装证书,手机再次下载安装新证书即可 阅读全文
posted @ 2023-11-06 22:01 Receiver 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 解包,print(*(a)) 阅读全文
posted @ 2023-09-06 15:36 Receiver 阅读(2) 评论(0) 推荐(0) 编辑
摘要: def save_screenshot(self, screenshot_path): """ 截图保存到某个路径 :param screenshot_path: :return: """ self.d.screenshot(screenshot_path) screenshot_path = f" 阅读全文
posted @ 2023-08-25 15:54 Receiver 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 由于虚拟环境进行了重新安装,导致wda连接失败 报错原因如下: raise ConnectionError("socket connection broken") ConnectionError: socket connection broken [I 230821 15:29:51 _device 阅读全文
posted @ 2023-08-21 16:02 Receiver 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 待更 阅读全文
posted @ 2023-07-27 17:55 Receiver 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 安装 mitmproxy,参考 https://www.fengnayun.com/news/content/239870.html 设置端口8889 mitmdump -p 8889 -q -s charles_decode.py 阅读全文
posted @ 2023-07-13 16:18 Receiver 阅读(8) 评论(0) 推荐(0) 编辑