public interface FindsByWindowsAutomation<T extends WebElement> extends FindsByFluentSelector<T>
Modifier and Type | Method and Description |
---|---|
default T |
findElementByWindowsUIAutomation(java.lang.String selector)
Finds the first of elements that match the Windows UIAutomation selector supplied.
|
default java.util.List<T> |
findElementsByWindowsUIAutomation(java.lang.String selector)
Finds a list of elements that match the Windows UIAutomation selector supplied.
|
findElement, findElements
default T findElementByWindowsUIAutomation(java.lang.String selector)
selector
- a Windows 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> findElementsByWindowsUIAutomation(java.lang.String selector)
selector
- a Windows UIAutomation selectororg.openqa.selenium.WebDriverException
- This method is not applicable with browser/webview UI.