@ParametersAreNonnullByDefault public class Value extends Condition
Constructor and Description |
---|
Value(java.lang.String expectedValue) |
Modifier and Type | Method and Description |
---|---|
CheckResult |
check(Driver driver,
org.openqa.selenium.WebElement element)
Check if given element matches this condition
|
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, negate, not, or, ownText, pseudo, pseudo, selectedText, text, textCaseSensitive, type, value
@Nonnull public CheckResult check(Driver driver, org.openqa.selenium.WebElement element)
Condition