public interface VisibleComponent
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
isNotVisibleCondition()
Condition for not-visibility of this component,
|
boolean |
isVisible()
Checks if this component is visible.
|
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
isVisibleCondition()
Condition for visibility of this component,
|
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> isNotVisibleCondition()
boolean isVisible()
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> isVisibleCondition()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.