public interface WebElementsCollection
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
java.util.List<org.openqa.selenium.WebElement> |
getActualElements()
fetches the current collection state from the webdriver
|
java.util.List<org.openqa.selenium.WebElement> |
getElements()
gets currently loaded collection (probably cached).
|
java.util.List<org.openqa.selenium.WebElement> getElements()
getActualElements()
java.util.List<org.openqa.selenium.WebElement> getActualElements()
java.lang.String description()