Interface | Description |
---|---|
DeviceActionShortcuts | |
DriverMobileCommand |
An empty interface defining constants for the standard commands defined in the Mobile JSON
wire protocol.
|
FindsByAccessibilityId<T extends org.openqa.selenium.WebElement> | |
FindsByAndroidUIAutomator<T extends org.openqa.selenium.WebElement> | |
FindsByIosUIAutomation<T extends org.openqa.selenium.WebElement> | |
HasAppStrings | |
InteractsWithApps | |
InteractsWithFiles | |
MobileDriver | |
PerformsTouchActions | |
ScrollsTo<T extends org.openqa.selenium.WebElement> | |
TouchableElement |
It supposed that mobile elements could be tappable, swipeable, zoomable and so on.
|
TouchShortcuts |
Class | Description |
---|---|
AppiumDriver<RequiredElementType extends org.openqa.selenium.WebElement> | |
AppiumExecutionMethod | |
ErrorCodesMobile |
Defines common error codes for the mobile JSON wire protocol.
|
MobileBy |
Created by jonahss on 4/10/14.
|
MobileBy.ByAccessibilityId | |
MobileBy.ByAndroidUIAutomator | |
MobileBy.ByIosUIAutomation | |
MobileCommand |
The repository of mobile commands defined in the Mobile JSON
wire protocol.
|
MobileElement | |
MultiTouchAction |
Used for Webdriver 3 multi-touch gestures
See the Webriver 3 spec https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html
The MultiTouchAction object is a collection of TouchAction objects
(remember that TouchAction objects are in turn, a chain of individual actions)
Add multiple TouchAction objects using the add() method.
|
NetworkConnectionSetting |
for use with setting Network Connections on a mobile device.
|
TouchAction |
Used for Webdriver 3 touch actions
See the Webriver 3 spec https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html
The flow is to chain individual touch actions into an entire gesture. e.g.
|
Enum | Description |
---|---|
AppiumSetting |
Enums defining constants for Appium Settings which can be set and toggled during a test session.
|
SwipeElementDirection |
Exception | Description |
---|---|
IllegalCoordinatesException | |
MissingParameterException | |
NoSuchContextException |
Copyright © 2016. All rights reserved.