| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.navigation | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
<P extends FluentPage> |
FluentDriver.goTo(P page) |
| Modifier and Type | Method and Description |
|---|---|
<P extends FluentPage> |
NavigationControl.goTo(P page)
Open the page, using the url defined in the page
|
| Modifier and Type | Method and Description |
|---|---|
FluentWaitPageConditions |
FluentWaitElementList.untilPage(FluentPage page) |
FluentWaitPageConditions |
FluentWaitElement.untilPage(FluentPage page) |
FluentWaitPageConditions |
FluentWaitConditions.untilPage(FluentPage page)
Get a condition object used to wait for a page condition.
|
FluentWaitPageConditions |
FluentWait.untilPage(FluentPage page) |
| Constructor and Description |
|---|
FluentWaitPageConditions(FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page)
Creates a new page wait conditions.
|
Copyright © 2016 FluentLenium. All Rights Reserved.