Modifier and Type | Interface and Description |
---|---|
interface |
MobileDriver<T extends WebElement> |
interface |
TouchableElement<T extends WebElement>
It supposed that mobile elements could be tappable, swipeable, zoomable and so on.
|
Modifier and Type | Class and Description |
---|---|
class |
AppiumDriver<T extends WebElement> |
class |
MobileElement |
Modifier and Type | Method and Description |
---|---|
WebElement |
MobileBy.ByIosUIAutomation.findElement(SearchContext context) |
WebElement |
MobileBy.ByAndroidUIAutomator.findElement(SearchContext context) |
WebElement |
MobileBy.ByAccessibilityId.findElement(SearchContext context) |
List<WebElement> |
MobileBy.ByIosUIAutomation.findElements(SearchContext context) |
List<WebElement> |
MobileBy.ByAndroidUIAutomator.findElements(SearchContext context) |
List<WebElement> |
MobileBy.ByAccessibilityId.findElements(SearchContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AndroidDriver<T extends WebElement> |
class |
AndroidElement |
Modifier and Type | Class and Description |
---|---|
class |
IOSDriver<T extends WebElement> |
class |
IOSElement |
Modifier and Type | Class and Description |
---|---|
class |
Widget
It is the Appium-specific extension of the Page Object design pattern.
|
Constructor and Description |
---|
AppiumFieldDecorator(SearchContext context) |
AppiumFieldDecorator(SearchContext context,
long implicitlyWaitTimeOut,
TimeUnit timeUnit) |
AppiumFieldDecorator(SearchContext context,
TimeOutDuration timeOutDuration) |
Modifier and Type | Method and Description |
---|---|
List<WebElement> |
ContentMappedBy.findElements(SearchContext context) |
Modifier and Type | Method and Description |
---|---|
static ContentType |
WebDriverUnpackUtility.getCurrentContentType(SearchContext context) |
static WebDriver |
WebDriverUnpackUtility.unpackWebDriverFromSearchContext(SearchContext searchContext)
This method extract an instance of
WebDriver from the given
SearchContext . |
Modifier and Type | Class and Description |
---|---|
class |
YouiEngineDriver<T extends WebElement> |
class |
YouiEngineElement |
Modifier and Type | Interface and Description |
---|---|
interface |
WebDriver
The main interface to use for testing, which represents an idealised web browser.
|
interface |
WebElement
Represents an HTML element.
|
Modifier and Type | Class and Description |
---|---|
class |
org.openqa.selenium.remote.RemoteWebDriver |
class |
org.openqa.selenium.remote.RemoteWebElement |
Copyright © 2016. All rights reserved.