@ParametersAreNonnullByDefault public class ElementNotFound extends UIAssertionError
timeoutMs| Constructor and Description |
|---|
ElementNotFound(org.openqa.selenium.By searchCriteria,
Condition expectedCondition) |
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(java.lang.String searchCriteria,
Condition expectedCondition) |
ElementNotFound(java.lang.String searchCriteria,
Condition expectedCondition,
java.lang.Throwable lastError) |
getMessage, getScreenshot, toString, uiDetails, wrap, wrapgetActual, getExpected, isActualDefined, isExpectedDefinedpublic ElementNotFound(org.openqa.selenium.By searchCriteria,
Condition expectedCondition)
public ElementNotFound(java.lang.String searchCriteria,
Condition expectedCondition)
public ElementNotFound(java.lang.String searchCriteria,
Condition expectedCondition,
@Nullable
java.lang.Throwable lastError)
public ElementNotFound(CollectionSource collection, java.util.List<java.lang.String> expectedTexts, @Nullable java.lang.Throwable lastError)
public ElementNotFound(CollectionSource collection, java.lang.String description, @Nullable java.lang.Throwable lastError)