List of usage examples for org.openqa.selenium.remote ExecuteMethod interface-usage
From source file com.mengge.AppiumExecutionMethod.java
public class AppiumExecutionMethod implements ExecuteMethod { private final AppiumDriver<?> driver; public AppiumExecutionMethod(AppiumDriver<?> driver) { this.driver = driver; }
From source file org.xframium.device.factory.DeviceWebDriver.java
/** * The Class DeviceWebDriver. */ public class DeviceWebDriver implements HasCapabilities, WebDriver, JavascriptExecutor, ContextAware, ExecuteMethod, ArtifactProducer, NativeDriverProvider, PropertyProvider, TakesScreenshot, DeviceProvider, HasInputDevices, CachingDriver, ReportiumProvider {