public class ExpectsAttribute extends UiCondition
| Constructor and Description |
|---|
ExpectsAttribute(String name,
String attributeName,
String expectedAttributeValue) |
| 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.