Example usage for org.openqa.selenium.remote ExecuteMethod interface-usage

List of usage examples for org.openqa.selenium.remote ExecuteMethod interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.remote ExecuteMethod interface-usage.

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 {