public class ElementListInstanceLocator extends ElementListSupplierLocator implements WrapsElements
ElementLocator for an already found list of WebElement instance.| Constructor and Description |
|---|
ElementListInstanceLocator(List<org.openqa.selenium.WebElement> elements)
Creates a new element list instance locator
|
| Modifier and Type | Method and Description |
|---|---|
List<org.openqa.selenium.WebElement> |
getWrappedElements()
Get the wrapped elements
|
findElement, findElements, toStringpublic ElementListInstanceLocator(List<org.openqa.selenium.WebElement> elements)
elements - element list instancepublic List<org.openqa.selenium.WebElement> getWrappedElements()
WrapsElementsgetWrappedElements in interface WrapsElementsCopyright © 2016 FluentLenium. All Rights Reserved.