public abstract class CollectionCondition
extends java.lang.Object
implements com.google.common.base.Predicate<java.util.List<org.openqa.selenium.WebElement>>
| Modifier and Type | Field and Description |
|---|---|
static CollectionCondition |
empty |
| Constructor and Description |
|---|
CollectionCondition() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
fail(WebElementsCollection collection,
java.util.List<org.openqa.selenium.WebElement> elements,
long timeoutMs) |
static CollectionCondition |
size(int expectedSize) |
static CollectionCondition |
texts(java.lang.String... expectedTexts) |
public static CollectionCondition empty
public abstract void fail(WebElementsCollection collection, java.util.List<org.openqa.selenium.WebElement> elements, long timeoutMs)
public static CollectionCondition size(int expectedSize)
public static CollectionCondition texts(java.lang.String... expectedTexts)