Modifier and Type | Method and Description |
---|---|
List<MobileElement> |
MobileElement.findElements(org.openqa.selenium.By by) |
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 | 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) |
MobileElement |
IOSElement.scrollTo(String text)
Scroll to the element whose 'text' attribute contains the input text.
|
MobileElement |
IOSElement.scrollToExact(String text)
Scroll to the element whose 'text' attribute matches the input text.
|
Modifier and Type | Method and Description |
---|---|
List<MobileElement> |
IOSElement.findElementsByIosUIAutomation(String using) |
Modifier and Type | Method and Description |
---|---|
protected MobileElement |
JsonToIOSElementConverter.newMobileElement() |
Copyright © 2015. All rights reserved.