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