public interface FindsByIosUIAutomation<T extends WebElement> extends FindsByFluentSelector<T>
Modifier and Type | Method and Description |
---|---|
default T |
findElementByIosUIAutomation(java.lang.String using)
Method performs the searching for a single element by iOS UIAutomation selector
and value of the given selector.
|
default java.util.List<T> |
findElementsByIosUIAutomation(java.lang.String using)
Method performs the searching for a list of elements by iOS UIAutomation selector
and value of the given selector.
|
findElement, findElements
default T findElementByIosUIAutomation(java.lang.String using)
using
- an iOS UIAutomation selectororg.openqa.selenium.WebDriverException
- This method is not applicable with browser/webview UI.org.openqa.selenium.NoSuchElementException
- when no one element is founddefault java.util.List<T> findElementsByIosUIAutomation(java.lang.String using)
using
- an iOS UIAutomation selectororg.openqa.selenium.WebDriverException
- This method is not applicable with browser/webview UI.