Package com.codeborne.selenide.impl
Class BySelectorCollection
java.lang.Object
com.codeborne.selenide.impl.BySelectorCollection
- All Implemented Interfaces:
 CollectionSource
- 
Constructor Summary
ConstructorsConstructorDescriptionBySelectorCollection(Driver driver, @Nullable WebElementSource parent, org.openqa.selenium.By selector) BySelectorCollection(Driver driver, org.openqa.selenium.By selector)  - 
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.codeborne.selenide.impl.CollectionSource
description, shortDescription 
- 
Constructor Details
- 
BySelectorCollection
 - 
BySelectorCollection
public BySelectorCollection(Driver driver, @Nullable WebElementSource parent, org.openqa.selenium.By selector)  
 - 
 - 
Method Details
- 
getElements
Description copied from interface:CollectionSourceget elements of this collection (probably cached).- Specified by:
 getElementsin interfaceCollectionSource
 - 
getElement
public org.openqa.selenium.WebElement getElement(int index) Description copied from interface:CollectionSourceget Nth element of this collection- Specified by:
 getElementin interfaceCollectionSource
 - 
getSearchCriteria
- Specified by:
 getSearchCriteriain interfaceCollectionSource
 - 
toString
 - 
driver
- Specified by:
 driverin interfaceCollectionSource
 - 
getAlias
- Specified by:
 getAliasin interfaceCollectionSource
 - 
setAlias
- Specified by:
 setAliasin interfaceCollectionSource
 
 -