public class FluentWaitPageConditions extends BaseWaitConditions
| Modifier | Constructor and Description |
|---|---|
protected |
FluentWaitPageConditions(FluentWait wait,
org.openqa.selenium.WebDriver driver)
Creates a new page wait conditions.
|
protected |
FluentWaitPageConditions(FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page)
Creates a new page wait conditions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAt()
Check if browser is on the page.
|
boolean |
isLoaded()
Check if the current browser page is loaded.
|
messageCustomizer, until, until, untilprotected FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver)
wait - underlying waitdriver - driverprotected FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)
wait - underlying waitdriver - driverpage - page to wait forCopyright © 2016 FluentLenium. All Rights Reserved.