public interface FindsByAndroidUIAutomator<T extends WebElement> extends FindsByFluentSelector<T>
Modifier and Type | Method and Description |
---|---|
default T |
findElementByAndroidUIAutomator(java.lang.String using)
Method performs the searching for a single element by Android UIAutomator selector
and value of the given selector.
|
default java.util.List<T> |
findElementsByAndroidUIAutomator(java.lang.String using)
Method performs the searching for a list of elements by Android UIAutomator selector
and value of the given selector.
|
findElement, findElements
default T findElementByAndroidUIAutomator(java.lang.String using)
using
- an Android UIAutomator 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> findElementsByAndroidUIAutomator(java.lang.String using)
using
- an Android UIAutomator selectororg.openqa.selenium.WebDriverException
- This method is not applicable with browser/webview UI.