Package com.codeborne.selenide.impl
Interface CollectionSource
- All Known Implementing Classes:
BySelectorCollection
,CollectionSnapshot
,FilteringCollection
,HeadOfCollection
,LazyCollectionSnapshot
,TailOfCollection
,WebElementsCollectionWrapper
@ParametersAreNonnullByDefault
public interface CollectionSource
-
Method Details
-
getElements
get elements of this collection (probably cached). -
getElement
@CheckReturnValue @Nonnull org.openqa.selenium.WebElement getElement(int index) get Nth element of this collection -
getSearchCriteria
-
description
-
shortDescription
-
driver
-
getAlias
-
setAlias
-