public class FluentWaitWindowConditions extends BaseWaitConditions
| Modifier | Constructor and Description |
|---|---|
protected |
FluentWaitWindowConditions(FluentWait wait,
java.lang.String windowName)
Creates a new window wait conditions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
displayed()
Check if the window is displayed.
|
boolean |
notDisplayed()
Check if the window is not displayed.
|
messageCustomizer, until, until, untilprotected FluentWaitWindowConditions(FluentWait wait, java.lang.String windowName)
wait - underlying waitwindowName - window nameCopyright © 2018 FluentLenium. All Rights Reserved.