TestObject Appium Java API Client
Utility classes to provide a better experience when running Appium tests in the TestObject cloud.
Installation
TestObject Appium Java API Client is available from Maven Central.
<dependency>
<groupId>org.testobject</groupId>
<artifactId>testobject-appium-java-api</artifactId>
<version>select a version</version>
<scope>test</scope>
</dependency>
Usage
For an introduction on how to use the utilities, please see The Sauce Labs Cookbook Home.