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

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

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

import org.openqa.selenium.remote.RemoteWebDriver;

import java.net.URL;

public interface RemoteWebDriverProvider {

    RemoteWebDriver getRemoteWebDriver();

    URL getRemoteAddress();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy