Package com.codeborne.selenide.impl
Interface WebElementsCollection
-
- All Known Implementing Classes:
BySelectorCollection,FilteringCollection,HeadOfCollection,TailOfCollection,WebElementsCollectionWrapper
@ParametersAreNonnullByDefault public interface WebElementsCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()Driverdriver()java.util.List<org.openqa.selenium.WebElement>getElements()get elements of this collection (probably cached).
-
-
-
Method Detail
-
getElements
@CheckReturnValue @Nonnull java.util.List<org.openqa.selenium.WebElement> getElements()
get elements of this collection (probably cached).
-
description
@CheckReturnValue @Nonnull java.lang.String description()
-
driver
@CheckReturnValue @Nonnull Driver driver()
-
-