@ParametersAreNonnullByDefault
public interface WebElementsCollection
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
Driver |
driver() |
org.openqa.selenium.WebElement |
getElement(int index)
get Nth element of this collection
|
java.util.List<org.openqa.selenium.WebElement> |
getElements()
get elements of this collection (probably cached).
|
@CheckReturnValue @Nonnull java.util.List<org.openqa.selenium.WebElement> getElements()
@CheckReturnValue @Nonnull org.openqa.selenium.WebElement getElement(int index)
@CheckReturnValue @Nonnull java.lang.String description()
@CheckReturnValue @Nonnull Driver driver()