public class BySelectorCollection extends java.lang.Object implements WebElementsCollection
| Constructor and Description |
|---|
BySelectorCollection(Driver driver,
org.openqa.selenium.By selector) |
BySelectorCollection(Driver driver,
org.openqa.selenium.SearchContext parent,
org.openqa.selenium.By selector) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
Driver |
driver() |
java.util.List<org.openqa.selenium.WebElement> |
getElements()
get elements of this collection (probably cached).
|
public BySelectorCollection(Driver driver, org.openqa.selenium.By selector)
public BySelectorCollection(Driver driver, org.openqa.selenium.SearchContext parent, org.openqa.selenium.By selector)
public java.util.List<org.openqa.selenium.WebElement> getElements()
WebElementsCollectiongetElements in interface WebElementsCollectionpublic java.lang.String description()
description in interface WebElementsCollectionpublic Driver driver()
driver in interface WebElementsCollection