public class AIElementLocator extends Object implements io.appium.java_client.pagefactory.locator.CacheableLocator
| Constructor and Description |
|---|
AIElementLocator(org.openqa.selenium.SearchContext context,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findElement() |
List<org.openqa.selenium.WebElement> |
findElements() |
boolean |
isLookUpCached() |
public AIElementLocator(org.openqa.selenium.SearchContext context,
Field field)
public boolean isLookUpCached()
isLookUpCached in interface io.appium.java_client.pagefactory.locator.CacheableLocatorpublic org.openqa.selenium.WebElement findElement()
findElement in interface org.openqa.selenium.support.pagefactory.ElementLocatorpublic List<org.openqa.selenium.WebElement> findElements()
findElements in interface org.openqa.selenium.support.pagefactory.ElementLocatorCopyright © 2020. All rights reserved.