public class IOSElement extends MobileElement implements FindsByIosUIAutomation, ScrollsTo
fileDetector| Constructor and Description |
|---|
IOSElement() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findElementByIosUIAutomation(String using) |
List<org.openqa.selenium.WebElement> |
findElementsByIosUIAutomation(String using) |
MobileElement |
scrollTo(String text)
Scroll to the element whose 'text' attribute contains the input text.
|
MobileElement |
scrollToExact(String text)
Scroll to the element whose 'text' attribute matches the input text.
|
findElement, findElementByAccessibilityId, findElements, findElementsByAccessibilityId, getCenter, setValueclear, click, equals, execute, findElement, findElementByClassName, findElementByCssSelector, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByTagName, findElementsByXPath, getAttribute, getCoordinates, getCssValue, getId, getLocation, getSize, getTagName, getText, getWrappedDriver, hashCode, isDisplayed, isEnabled, isSelected, sendKeys, setFileDetector, setFoundBy, setId, setParent, submit, toStringpublic org.openqa.selenium.WebElement findElementByIosUIAutomation(String using)
findElementByIosUIAutomation in interface FindsByIosUIAutomationpublic List<org.openqa.selenium.WebElement> findElementsByIosUIAutomation(String using)
findElementsByIosUIAutomation in interface FindsByIosUIAutomationpublic MobileElement scrollTo(String text)
public MobileElement scrollToExact(String text)
scrollToExact in interface ScrollsTotext - input text contained in text attributeCopyright © 2014. All rights reserved.