public class ExactTexts extends CollectionCondition
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
expectedTexts |
empty| Constructor and Description |
|---|
ExactTexts(java.lang.String... expectedTexts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.util.List<org.openqa.selenium.WebElement> elements) |
void |
fail(WebElementsCollection collection,
java.util.List<org.openqa.selenium.WebElement> elements,
long timeoutMs) |
exactTexts, size, textspublic boolean apply(java.util.List<org.openqa.selenium.WebElement> elements)
public void fail(WebElementsCollection collection, java.util.List<org.openqa.selenium.WebElement> elements, long timeoutMs)
fail in class CollectionCondition