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, setValue
clear, 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, toString
public org.openqa.selenium.WebElement findElementByIosUIAutomation(String using)
findElementByIosUIAutomation
in interface FindsByIosUIAutomation
public List<org.openqa.selenium.WebElement> findElementsByIosUIAutomation(String using)
findElementsByIosUIAutomation
in interface FindsByIosUIAutomation
public MobileElement scrollTo(String text)
public MobileElement scrollToExact(String text)
scrollToExact
in interface ScrollsTo
text
- input text contained in text attributeCopyright © 2014. All rights reserved.