Example usage for org.openqa.selenium ContextAware interface-usage

List of usage examples for org.openqa.selenium ContextAware interface-usage

Introduction

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

Usage

From source file com.cognifide.qa.bb.provider.selenium.webdriver.WebDriverWrapper.java

/**
 * This class is a "simple" extension of Selenium's EventFiringWebDriver that
 * additionally implements several useful interfaces.
 */
public class WebDriverWrapper extends EventFiringWebDriver implements FindsById, FindsByClassName, FindsByLinkText,
        FindsByName, FindsByCssSelector, FindsByTagName, FindsByXPath, HasCapabilities, MobileDriver, Rotatable,

From source file com.mengge.MobileDriver.java

public interface MobileDriver<T extends WebElement> extends WebDriver, PerformsTouchActions, ContextAware,
        Rotatable, FindsByAccessibilityId<T>, LocationContext, DeviceActionShortcuts, TouchShortcuts,
        InteractsWithFiles, InteractsWithApps, HasAppStrings, FindsByClassName, FindsByCssSelector, FindsById,
        FindsByLinkText, FindsByName, FindsByTagName, FindsByXPath {

    Response execute(String driverCommand, Map<String, ?> parameters);

From source file io.appium.java_client.MobileDriver.java

public interface MobileDriver extends WebDriver, PerformsTouchActions, ContextAware, Rotatable,
        FindsByAccessibilityId<WebElement>, LocationContext, DeviceActionShortcuts, TouchShortcuts,
        InteractsWithFiles, InteractsWithApps, ScrollsTo<WebElement>, HasAppStrings {
    public Response execute(String driverCommand, Map<String, ?> parameters);
}

From source file io.selendroid.client.SelendroidDriver.java

/**
 * {@inheritDoc}
 */
public class SelendroidDriver extends RemoteWebDriver implements HasTouchScreen, HasMultiTouchScreen,
        ScreenBrightness, Rotatable, Configuration, AdbSupport, ContextAware, SetsSystemProperties, CallsGc {

From source file io.selendroid.SelendroidDriver.java

/**
 * {@inheritDoc}
 */
public class SelendroidDriver extends RemoteWebDriver implements HasTouchScreen, ScreenBrightness, TakesScreenshot,
        Rotatable, Configuration, JavascriptExecutor, AdbSupport, ContextAware {

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 {