Class LazyElementLocator
java.lang.Object
org.primefaces.selenium.internal.proxy.LazyElementLocator
- All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator
public class LazyElementLocator
extends Object
implements org.openqa.selenium.support.pagefactory.ElementLocator
-
Constructor Summary
ConstructorsConstructorDescriptionLazyElementLocator(org.openqa.selenium.support.pagefactory.ElementLocatorFactory elf, Field field) -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebElementList<org.openqa.selenium.WebElement>
-
Constructor Details
-
LazyElementLocator
public LazyElementLocator(org.openqa.selenium.support.pagefactory.ElementLocatorFactory elf, Field field)
-
-
Method Details
-
findElement
public org.openqa.selenium.WebElement findElement()- Specified by:
findElementin interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
findElements
- Specified by:
findElementsin interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-