Package com.codeborne.selenide.impl
Interface WebElementsCollection
-
- All Known Implementing Classes:
BySelectorCollection,FilteringCollection,HeadOfCollection,TailOfCollection,WebElementsCollectionWrapper
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
java.util.List<org.openqa.selenium.WebElement> getElements()
get elements of this collection (probably cached).
-
description
java.lang.String description()
-
driver
Driver driver()
-
-