Package io.fluentlenium.core.proxy
Class ElementListSupplierLocator
java.lang.Object
io.fluentlenium.core.proxy.ElementListSupplierLocator
- All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator
- Direct Known Subclasses:
ElementListInstanceLocator
public class ElementListSupplierLocator
extends Object
implements org.openqa.selenium.support.pagefactory.ElementLocator
Element locator implemented by a
Supplier
of list of WebElement
.
-
Constructor Summary
ConstructorDescriptionElementListSupplierLocator
(Supplier<List<org.openqa.selenium.WebElement>> elementsSupplier) Creates a new element list supplier locatorElementListSupplierLocator
(List<org.openqa.selenium.WebElement> elements) Creates a new element list supplier locator -
Method Summary
-
Constructor Details
-
ElementListSupplierLocator
Creates a new element list supplier locator- Parameters:
elements
- element list instance
-
ElementListSupplierLocator
Creates a new element list supplier locator- Parameters:
elementsSupplier
- element list supplier
-
-
Method Details
-
findElement
public org.openqa.selenium.WebElement findElement()- Specified by:
findElement
in interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
findElements
- Specified by:
findElements
in interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
toString
-