| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.page | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
<T extends FluentPage> |
Fluent.createPage(Class<T> cls,
Object... params) |
<P extends FluentPage> |
Fluent.goTo(P page) |
| Modifier and Type | Method and Description |
|---|---|
<T extends FluentPage> |
PageInitializer.createPage(Class<T> cls,
Object... params)
Creates a new page from it's class name and constructor parameters.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWaitPageMatcher |
FluentWait.untilPage(FluentPage page) |
| Constructor and Description |
|---|
FluentWaitPageMatcher(FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page) |
Copyright © 2016 FluentLenium. All Rights Reserved.