public class ElementNotFound extends UIAssertionError
timeoutMs| Constructor and Description |
|---|
ElementNotFound(CollectionSource collection,
java.util.List<java.lang.String> expectedTexts,
java.lang.Throwable lastError) |
ElementNotFound(CollectionSource collection,
java.lang.String description,
java.lang.Throwable lastError) |
ElementNotFound(Driver driver,
By searchCriteria,
Condition expectedCondition) |
ElementNotFound(Driver driver,
java.lang.String searchCriteria,
Condition expectedCondition,
java.lang.Throwable lastError) |
getMessage, getScreenshot, toString, uiDetails, wrap, wrappublic ElementNotFound(Driver driver, By searchCriteria, Condition expectedCondition)
public ElementNotFound(Driver driver, java.lang.String searchCriteria, Condition expectedCondition, java.lang.Throwable lastError)
public ElementNotFound(CollectionSource collection, java.util.List<java.lang.String> expectedTexts, java.lang.Throwable lastError)
public ElementNotFound(CollectionSource collection, java.lang.String description, java.lang.Throwable lastError)