@ParametersAreNonnullByDefault public class ExplainedCondition extends Condition
Constructor and Description |
---|
ExplainedCondition(Condition delegate,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
CheckResult |
check(Driver driver,
org.openqa.selenium.WebElement element)
Check if given element matches this condition
|
Condition |
negate() |
java.lang.String |
toString() |
actualValue, and, apply, attribute, attribute, attributeMatching, be, because, cssClass, cssValue, exactOwnText, exactText, exactTextCaseSensitive, exactValue, getName, have, href, id, match, matchText, missingElementSatisfiesCondition, name, not, or, ownText, pseudo, pseudo, selectedText, text, textCaseSensitive, type, value
public ExplainedCondition(Condition delegate, java.lang.String message)
@Nonnull public CheckResult check(Driver driver, org.openqa.selenium.WebElement element)
Condition