Package io.fluentlenium.core.proxy
Class ElementListInstanceLocator
java.lang.Object
io.fluentlenium.core.proxy.ElementListSupplierLocator
io.fluentlenium.core.proxy.ElementListInstanceLocator
- All Implemented Interfaces:
WrapsElements,org.openqa.selenium.support.pagefactory.ElementLocator
ElementLocator for an already found list of WebElement instance.-
Constructor Summary
ConstructorsConstructorDescriptionElementListInstanceLocator(List<org.openqa.selenium.WebElement> elements) Creates a new element list instance locator -
Method Summary
Methods inherited from class io.fluentlenium.core.proxy.ElementListSupplierLocator
findElement, findElements, toString
-
Constructor Details
-
ElementListInstanceLocator
Creates a new element list instance locator- Parameters:
elements- element list instance
-
-
Method Details
-
getWrappedElements
Description copied from interface:WrapsElementsGet the wrapped elements- Specified by:
getWrappedElementsin interfaceWrapsElements- Returns:
- wrapped elements
-