public class SmartElementLocator extends Object implements org.openqa.selenium.support.pagefactory.ElementLocator
| Constructor and Description |
|---|
SmartElementLocator(org.openqa.selenium.SearchContext searchContext,
Field field,
MobilePlatform mobilePlatform) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findElement()
Find the element.
|
List<org.openqa.selenium.WebElement> |
findElements()
Find the element list.
|
public SmartElementLocator(org.openqa.selenium.SearchContext searchContext,
Field field,
MobilePlatform mobilePlatform)
public 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 © 2022. All rights reserved.