- 介绍
Appium是一种开源的自动端App自动化测试框架。 它需要一些列的工具来配合使用,例如:appium、Android-sdk、appium-client-java等。 官网:http://appium.io/
• maven
[codesyntax lang="xml"]
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>4.1.2</version>
</dependency>
[/codesyntax]
获取已连接的设备列表 adb devices
- 参考
http://testerhome.com/topics/428