Package com.codeborne.selenide.impl
Class BySelectorCollection
java.lang.Object
com.codeborne.selenide.impl.BySelectorCollection
- All Implemented Interfaces:
- CollectionSource
- 
Constructor SummaryConstructorsConstructorDescriptionBySelectorCollection(Driver driver, @Nullable WebElementSource parent, org.openqa.selenium.By selector) BySelectorCollection(Driver driver, org.openqa.selenium.By selector) 
- 
Method SummaryModifier and TypeMethodDescriptiondriver()getAlias()org.openqa.selenium.WebElementgetElement(int index) get Nth element of this collectionList<org.openqa.selenium.WebElement>get elements of this collection (probably cached).voidtoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.codeborne.selenide.impl.CollectionSourcedescription, shortDescription
- 
Constructor Details- 
BySelectorCollection
- 
BySelectorCollectionpublic BySelectorCollection(Driver driver, @Nullable WebElementSource parent, org.openqa.selenium.By selector) 
 
- 
- 
Method Details- 
getElementsDescription copied from interface:CollectionSourceget elements of this collection (probably cached).- Specified by:
- getElementsin interface- CollectionSource
 
- 
getElementpublic org.openqa.selenium.WebElement getElement(int index) Description copied from interface:CollectionSourceget Nth element of this collection- Specified by:
- getElementin interface- CollectionSource
 
- 
getSearchCriteria- Specified by:
- getSearchCriteriain interface- CollectionSource
 
- 
toString
- 
driver- Specified by:
- driverin interface- CollectionSource
 
- 
getAlias- Specified by:
- getAliasin interface- CollectionSource
 
- 
setAlias- Specified by:
- setAliasin interface- CollectionSource
 
 
-