Example usage for org.openqa.selenium.html5 LocationContext interface-usage

List of usage examples for org.openqa.selenium.html5 LocationContext interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.html5 LocationContext 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 org.arquillian.osmium.IOSDriver.java

public interface IOSDriver extends WebDriver, TakesScreenshot, Rotatable, LocationContext, ElementTree,
        IOSSearchContext, Configurable, HasTouchScreen, IOSTouchScreen {
}

From source file org.uiautomation.ios.client.uiamodels.impl.RemoteIOSDriver.java

public class RemoteIOSDriver extends RemoteWebDriver implements TakesScreenshot, Rotatable, LocationContext,
        ElementTree, IOSSearchContext, Configurable, HasTouchScreen, IOSTouchScreen {

    private String remoteURL;
    private Map<String, Object> requestedCapabilities;
    // private Session session;

From source file org.uiautomation.ios.client.uiamodels.impl.RemoteUIADriver.java

public class RemoteUIADriver extends RemoteWebDriver
        implements UIADriver, TakesScreenshot, Rotatable, LocationContext {

    private String remoteURL;
    private Map<String, Object> requestedCapabilities;
    // private Session session;