介绍

读作['æpɪəm],是selenium的扩展,同样基于WebDriver协议,详见:http://appium.io/。
关于WebDriver终端操作,详见:https://www.w3.org/TR/webdriver/#list-of-endpoints
理念:

  1. 无需修改app,即无侵入
  2. 不限制实现语言和框架
  3. 使用通用测试接口
  4. 开源

各平台具体实现

系统 实现库
IOS9.3+ XCTest
Android 4.2+ UiAutomator
Android 2.3+ Instrumentation(Selendroid)
Windows WinAppDriver

常用client地址

语言/框架 地址
Python https://github.com/appium/python-client
Java https://github.com/appium/java-client
RF https://github.com/jollychang/robotframework-appiumlibrary

Refer

https://www.cnblogs.com/yoyoketang/tag/appium/

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-04-09
  • 2021-12-02
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
猜你喜欢
  • 2021-12-26
  • 2021-11-21
  • 2021-04-30
  • 2021-09-02
  • 2022-12-23
相关资源
相似解决方案