public class WebElementsCollectionWrapper extends java.lang.Object implements WebElementsCollection
| Constructor and Description |
|---|
WebElementsCollectionWrapper(java.util.Collection<? extends org.openqa.selenium.WebElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
java.util.List<org.openqa.selenium.WebElement> |
getActualElements()
fetches the current collection state from the webdriver
|
java.util.List<org.openqa.selenium.WebElement> |
getElements()
gets currently loaded collection (probably cached).
|
public WebElementsCollectionWrapper(java.util.Collection<? extends org.openqa.selenium.WebElement> elements)
public java.util.List<org.openqa.selenium.WebElement> getElements()
WebElementsCollectiongetElements in interface WebElementsCollectionWebElementsCollection.getActualElements()public java.util.List<org.openqa.selenium.WebElement> getActualElements()
WebElementsCollectiongetActualElements in interface WebElementsCollectionpublic java.lang.String description()
description in interface WebElementsCollection