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
Constructors Constructor Description LazyElementLocator(org.openqa.selenium.support.pagefactory.ElementLocatorFactory elf, Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementfindElement()List<org.openqa.selenium.WebElement>findElements()
-
-
-
Constructor Detail
-
LazyElementLocator
public LazyElementLocator(org.openqa.selenium.support.pagefactory.ElementLocatorFactory elf, Field field)
-
-
Method Detail
-
findElement
public org.openqa.selenium.WebElement findElement()
- Specified by:
findElementin interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
findElements
public List<org.openqa.selenium.WebElement> findElements()
- Specified by:
findElementsin interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
-