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