Uses of Class
io.fluentlenium.core.FluentPage
Package
Description
-
Uses of FluentPage in io.fluentlenium.assertj
Modifier and TypeMethodDescriptionstatic PageAssert
FluentLeniumAssertions.assertThat
(FluentPage actual) Perform assertions on aFluentPage
. -
Uses of FluentPage in io.fluentlenium.assertj.custom
-
Uses of FluentPage in io.fluentlenium.core
Modifier and TypeMethodDescription<P extends FluentPage>
PFluentPage.go()
<P extends FluentPage>
P<P extends FluentPage>
PFluentPageControl.go()
Go to the url defined in the page<P extends FluentPage>
PGot to the url defined in the page, using given parameters.default <P extends FluentPage>
PFluentControl.goTo
(P page) <P extends FluentPage>
PFluentDriver.goTo
(P page) -
Uses of FluentPage in io.fluentlenium.core.domain
-
Uses of FluentPage in io.fluentlenium.core.inject
ModifierConstructorDescriptionUnshadower
(org.openqa.selenium.WebDriver webDriver, FluentPage page) -
Uses of FluentPage in io.fluentlenium.core.wait
Modifier and TypeMethodDescriptionFluentWait.untilPage
(FluentPage page) FluentWaitConditions.untilPage
(FluentPage page) Get a condition object used to wait for a page condition.FluentWaitElement.untilPage
(FluentPage page) FluentWaitElementList.untilPage
(FluentPage page) ModifierConstructorDescriptionprotected
FluentWaitPageConditions
(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page) Creates a new page wait conditions.