| Modifier and Type | Method and Description |
|---|---|
List<MobileElement> |
MobileElement.findElements(org.openqa.selenium.By by) |
List<MobileElement> |
MobileElement.findElements(String by,
String using) |
List<MobileElement> |
MobileElement.findElementsByAccessibilityId(String using) |
List<MobileElement> |
MobileElement.findElementsByClassName(String using) |
List<MobileElement> |
MobileElement.findElementsByCssSelector(String using) |
List<MobileElement> |
MobileElement.findElementsById(String id) |
List<MobileElement> |
MobileElement.findElementsByLinkText(String using) |
List<MobileElement> |
MobileElement.findElementsByName(String using) |
List<MobileElement> |
MobileElement.findElementsByPartialLinkText(String using) |
List<MobileElement> |
MobileElement.findElementsByTagName(String using) |
List<MobileElement> |
MobileElement.findElementsByXPath(String using) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
CommandExecutionHelper.execute(MobileElement element,
Map.Entry<String,Map<String,?>> keyValuePair) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidElement |
| Modifier and Type | Method and Description |
|---|---|
MobileElement |
AndroidElement.findElementByAndroidUIAutomator(String using) |
| Modifier and Type | Method and Description |
|---|---|
List<MobileElement> |
AndroidElement.findElementsByAndroidUIAutomator(String using) |
| Modifier and Type | Method and Description |
|---|---|
protected MobileElement |
JsonToAndroidElementConverter.newMobileElement() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MobileElement |
JsonToMobileElementConverter.newMobileElement() |
| Modifier and Type | Class and Description |
|---|---|
class |
IOSElement |
| Modifier and Type | Method and Description |
|---|---|
MobileElement |
IOSElement.findElementByIosUIAutomation(String using) |
| Modifier and Type | Method and Description |
|---|---|
List<MobileElement> |
IOSElement.findElementsByIosUIAutomation(String using) |
| Modifier and Type | Method and Description |
|---|---|
protected MobileElement |
JsonToIOSElementConverter.newMobileElement() |
| Modifier and Type | Class and Description |
|---|---|
class |
YouiEngineElement |
| Modifier and Type | Method and Description |
|---|---|
protected MobileElement |
JsonToYouiEngineElementConverter.newMobileElement() |
Copyright © 2016. All rights reserved.