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
ConstructorDescriptionElementListInstanceLocator
(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:WrapsElements
Get the wrapped elements- Specified by:
getWrappedElements
in interfaceWrapsElements
- Returns:
- wrapped elements
-