| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.navigation | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
<P extends FluentPage> |
FluentPageControl.go()
Go to the url defined in the page
|
<P extends FluentPage> |
FluentPage.go() |
<P extends FluentPage> |
FluentPageControl.go(java.lang.Object... params)
Got to the url defined in the page, using given parameters.
|
<P extends FluentPage> |
FluentPage.go(java.lang.Object... params) |
<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 |
FluentWaitElement.untilPage(FluentPage page) |
FluentWaitPageConditions |
FluentWait.untilPage(FluentPage page) |
FluentWaitPageConditions |
FluentWaitConditions.untilPage(FluentPage page)
Get a condition object used to wait for a page condition.
|
FluentWaitPageConditions |
FluentWaitElementList.untilPage(FluentPage page) |
| Constructor and Description |
|---|
FluentWaitPageConditions(FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page)
Creates a new page wait conditions.
|
Copyright © 2018 FluentLenium. All Rights Reserved.