public interface WebElementsCollection
| 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).
|
java.util.List<org.openqa.selenium.WebElement> getElements()
java.lang.String description()
Driver driver()