org.testobject.appium.testng.AppiumDriverProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testobject-appium-java-api Show documentation
Show all versions of testobject-appium-java-api Show documentation
java wrapper for testobject's appium java apis
package org.testobject.appium.testng;
import io.appium.java_client.AppiumDriver;
public interface AppiumDriverProvider {
AppiumDriver getAppiumDriver();
}