Package org.fluentlenium.core.wait
Class FluentWaitPageConditions
- java.lang.Object
-
- org.fluentlenium.core.wait.BaseWaitConditions
-
- org.fluentlenium.core.wait.FluentWaitPageConditions
-
public class FluentWaitPageConditions extends BaseWaitConditions
Page wait conditions
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver)Creates a new page wait conditions.protectedFluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)Creates a new page wait conditions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAt()Check if browser is on the page.booleanisLoaded()Check if the current browser page is loaded.-
Methods inherited from class org.fluentlenium.core.wait.BaseWaitConditions
messageCustomizer, until, until, until
-
-
-
-
Constructor Detail
-
FluentWaitPageConditions
protected FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver)
Creates a new page wait conditions.- Parameters:
wait- underlying waitdriver- driver
-
FluentWaitPageConditions
protected FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)
Creates a new page wait conditions.- Parameters:
wait- underlying waitdriver- driverpage- page to wait for
-
-