public class Text extends Condition
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
text |
| Constructor and Description |
|---|
Text(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.openqa.selenium.WebElement element)
Check if given element matches this condition.
|
java.lang.String |
toString() |
actualValue, and, applyNull, attribute, attribute, be, because, cssClass, exactText, exactTextCaseSensitive, exactValue, hasAttribute, hasClass, hasClass, hasText, hasValue, have, id, matchesText, matchText, name, not, or, text, textCaseSensitive, type, valuepublic boolean apply(org.openqa.selenium.WebElement element)
Condition