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