All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testobject.appium.testng.AppiumDriverProvider Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package org.testobject.appium.testng;

import io.appium.java_client.AppiumDriver;

public interface AppiumDriverProvider {

    AppiumDriver getAppiumDriver();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy