小菠萝测试笔记
小菠萝测试笔记
全部文章
常见问题解决方...
Grafana搭建性能监控平台系列(2)
《52讲轻松搞定网络爬虫》读书笔记(1)
常见问题解决方案 - Docker(9)
常见问题解决方案 - Git 相关(5)
常见问题解决方案 - Jenkins(5)
常见问题解决方案 - Linux(4)
常见问题解决方案 - MongoDB(2)
常见问题解决方案 - Mysql(2)
常见问题解决方案 - Python(8)
常见问题解决方案 - Selenium(3)
常见问题解决方案 - 杂七杂八(3)
思维导图系列(2)
未归档(4)
测试必备软技能 - 提升工作效率(2)
测试必知必会系列 - Git(25)
测试必知必会系列 - Java基础(4)
测试必知必会系列 - Linux命令(22)
测试必知必会系列 - Mysql常用函数(42)
测试必知必会系列 - Mysql常用语句(27)
测试必知必会系列 - 前端基础知识(2)
测试必知必会系列 - 抓包工具(3)
测试必知必会系列 - 正则表达式(8)
测试必知必会系列 - 测试基础知识(10)
测试必知必会系列 - 自动化测试工具(1)
测试必知必会系列 - 计算机网络(4)
测试进阶知识系列 - adb、Monkey(7)
测试进阶知识系列 - Linux进阶知识(3)
测试进阶知识系列 - Python+Selenium系列(22)
测试进阶知识系列 - Python基础(21)
测试进阶知识系列 - Python基础习题集(17)
测试进阶知识系列 - Python接口自动化系列(10)
测试进阶知识系列 - Python进阶(15)
测试进阶知识系列 - 安全测试(2)
测试进阶知识系列 - 性能测试必备的 Linux命令(8)
测试进阶知识系列 - 接口测试(2)
测试进阶知识系列 - 数据结构(1)
测试进阶知识系列 - 虚拟机相关(9)
测试高级进阶技能系列 - Ansible(1)
测试高级进阶技能系列 - Appium(15)
测试高级进阶技能系列 - Cypress(103)
测试高级进阶技能系列 - Docker(40)
测试高级进阶技能系列 - Jenkins、CI/CD(10)
测试高级进阶技能系列 - Jmeter(68)
测试高级进阶技能系列 - Jmeter常用函数(32)
测试高级进阶技能系列 - MongoDB(15)
测试高级进阶技能系列 - Pytest(30)
测试高级进阶技能系列 - Robot Framework(15)
测试高级进阶技能系列 - wrk(2)
测试高级进阶技能系列 - 性能分析(7)
测试高级进阶技能系列 - 性能测试(3)
测试高级进阶技能系列 - 性能测试必备知识(11)
测试高级进阶技能系列 - 算法(2)
环境配置大杂烩 - Linux(14)
环境配置大杂烩 - Window(7)
软件评测师考试 - 必知必会系列(11)
归档
标签
去牛客网
登录
/
注册
小菠萝测试笔记的博客
全部文章
/ 常见问题解决方案 - Appium
(共10篇)
Appium问题解决方案(10)- Original error: Swipe did not complete successfully
背景 从搜索页面返回首页之后,执行 swipe 滑动操作,但是报错了,如上图 解决方法 只需要在第一次 swipe 之前加个 sleep,强制等待即可 备注 这种解决方案其实不好,强制等待能少用就少用,后面看看能否用显性等待来解决这个问题
Appium问题解决方案
2020-05-20
0
389
Appium问题解决方案(9)- Original error: Failed to launch Appium Settings app: Condition unmet after 5090 ms
背景 执行代码报错 解决方法 该问题并不常见,主要是手机操作系统的问题 程序无法无法自动打开appiumsettings,那么我们可以手动打开appiumsettings服务(程序没有界面,会出现打开就闪退的错觉,这是正常现象) 然后再运行脚本 如果觉得此方法麻烦,...
Appium问题解决方案
2020-05-20
0
314
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
背景 运行时代码报错: selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original err...
Appium问题解决方案
2020-05-20
0
917
Appium问题解决方案(7)- Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME environment variable with the Android SDK root directory path
背景:运行代码提示找不到ADB An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the ...
Appium问题解决方案
2020-05-20
0
353
Appium问题解决方案(6)- Java堆栈错误:java.lag.ClassNotFoundException:org.eclipse.swt.widets.Control
背景 运行脚本出现 SWT folder '..\lib\location of your Java installation.' does not exist. Please set ANDROID_SWT to point to the folder containing swt.jar ...
Appium问题解决方案
2020-05-20
0
295
Appium问题解决方案(5)- selenium.common.exceptions.InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
背景 使用Appium Server 1.15.1版本 执行了以下脚本 test = driver.find_element_by_name("自动化测试") print(test.text) 报了以下错误 圈重点 selenium.common....
Appium问题解决方案
2020-05-20
0
426
Appium问题解决方案(4)- Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException
背景 操作步骤 运行 uiautomatorviewer.bat 点击左上角的 Device ScreensShot 报错 截图 解决方法 网上还是有很多方法的,可能造成的原因不同,我是第六种方法解决的 在cmd命令窗口中输入 adb root ...
Appium问题解决方案
2020-05-19
0
627
Appium问题解决方案(3)- java.lang.IllegalStateException: UiAutomation not connected!
背景 连着手机,运行脚本,一段时间之后就报错了,看了Appium-server,发现报了这样一个错误 如何解决呢? 步骤一 通过 adb devices ,确定设备是否已连接上 步骤二(最终解决方案) 重启手机 然后发现,解决了这问题~哈哈哈
Appium问题解决方案
2020-05-19
0
576
Appium问题解决方案(2)- AttributeError:module 'appium.webdriver' has no attribute 'Remote'
背景 运行脚本的时候,就直接报这个错误了,然后去看了下 appium.webdriver 库 结果发现啥都没有,就知道有问题了,然后一步步排查 步骤一 检查Appium-Python-Client 和 selenium 是否安装成功 pip show selenium ...
Appium问题解决方案
2020-05-19
0
514
Appium问题解决方案(1)- 设置unicodeKeyboard: True运行脚本后,手机输入时无法调出软键盘
问题背景 做appium自动化的时候,使用了UiAutomator1驱动,然后设置了UnicodeKeyboard 执行自动化脚本之后,玩手机的时候发现平时用的输入法键盘没法调出来了 'automationName': 'UiAutomator1', 'uni...
Appium问题解决方案
2020-04-09
0
480