11 2022 档案

摘要:一、问题描述 操作appium获取元素时报错:[performTouchAction([{"action":"press","options":{"x":508,"y":1556}},{"action":"wait","options":{"ms":500}},{"action":"moveTo", 阅读全文
posted @ 2022-11-25 19:18 梅梅不想踩坑 阅读(996) 评论(0) 推荐(0)
摘要:一、问题描述 使用appium做android 手机上app自动化测试点击‘Start Session’启动appium时出现报错:An unknown server-side error occurred while processing the command. Original error: 阅读全文
posted @ 2022-11-25 17:57 梅梅不想踩坑 阅读(3777) 评论(0) 推荐(0)
摘要:一、问题描述 使用selenium webdriver 登录github给github添加cookie出现报错:selenium.common.exceptions.UnableToSetCookieException: Message: unable to set cookie 二、出现问题原因分 阅读全文
posted @ 2022-11-18 11:17 梅梅不想踩坑 阅读(554) 评论(0) 推荐(0)
摘要:一、实现代码 import os from check_package import check_package import time from openpyxl import Workbook from openpyxl.chart import LineChart,Reference clas 阅读全文
posted @ 2022-11-17 10:42 梅梅不想踩坑 阅读(284) 评论(4) 推荐(0)