List of usage examples for org.openqa.selenium Rotatable interface-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.google.android.testing.nativedriver.client.AndroidNativeDriver.java
/**
* Represents an Android NativeDriver (AND) client used to drive native
* Android applications.
*
* @author Matt DeVore
* @author Dezheng Xu
From source file com.google.android.testing.nativedriver.server.AndroidNativeDriver.java
/**
* Represents an Android NativeDriver for driving native Android
* applications.
*
* @author Matt DeVore
* @author Tomohiro Kaizu
From source file com.google.iphone.testing.nativedriver.client.IosNativeDriver.java
/** * Represents an iOS NativeDriver client used to drive native iOS applications. * * @author Tomohiro Kaizu */ public class IosNativeDriver extends RemoteWebDriver
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 com.opera.core.systems.OperaMobileDriver.java
/** * A WebDriver implementation for Opera Mobile. It relies heavily on {@link OperaDriver} and * supplies some extra device specific functionality. */ public class OperaMobileDriver extends OperaDriver implements HasTouchScreen, Rotatable {
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.arquillian.osmium.IOSDriver.java
public interface IOSDriver extends WebDriver, TakesScreenshot, Rotatable, LocationContext, ElementTree,
IOSSearchContext, Configurable, HasTouchScreen, IOSTouchScreen {
}