public class HeadOfCollection extends java.lang.Object implements WebElementsCollection
| Constructor and Description |
|---|
HeadOfCollection(WebElementsCollection originalCollection,
int size) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
Driver |
driver() |
java.util.List<org.openqa.selenium.WebElement> |
getElements()
get elements of this collection (probably cached).
|
public HeadOfCollection(WebElementsCollection originalCollection, int size)
public Driver driver()
driver in interface WebElementsCollectionpublic java.util.List<org.openqa.selenium.WebElement> getElements()
WebElementsCollectiongetElements in interface WebElementsCollectionpublic java.lang.String description()
description in interface WebElementsCollection