public class ElementNotFound
extends java.lang.AssertionError
| Constructor and Description |
|---|
ElementNotFound(java.lang.String searchCriteria,
Condition expectedCondition,
long timeoutMs) |
ElementNotFound(WebElementsCollection collection,
java.lang.String[] expectedTexts,
long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public ElementNotFound(java.lang.String searchCriteria,
Condition expectedCondition,
long timeoutMs)
public ElementNotFound(WebElementsCollection collection, java.lang.String[] expectedTexts, long timeoutMs)