public class ExpectsValue extends UiCondition
| Constructor and Description |
|---|
ExpectsValue(String name,
String expectedValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.openqa.selenium.WebElement element)
Check if given element matches this condition.
|
String |
toString() |
actualValue, applyNull, fail, getNamepublic boolean apply(org.openqa.selenium.WebElement element)
UiConditionapply in interface com.google.common.base.Predicate<org.openqa.selenium.WebElement>apply in class UiConditionelement - given WebElementpublic String toString()
toString in class UiConditionCopyright 2016, WorkFusion, Inc.