Uses of Class
io.fluentlenium.core.FluentPage
Packages that use FluentPage
Package
Description
-
Uses of FluentPage in io.fluentlenium.core
Methods in io.fluentlenium.core with type parameters of type FluentPageModifier 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
Methods in io.fluentlenium.core.domain with type parameters of type FluentPage -
Uses of FluentPage in io.fluentlenium.core.inject
Constructors in io.fluentlenium.core.inject with parameters of type FluentPageModifierConstructorDescriptionUnshadower(org.openqa.selenium.WebDriver webDriver, FluentPage page) -
Uses of FluentPage in io.fluentlenium.core.wait
Methods in io.fluentlenium.core.wait with parameters of type FluentPageModifier 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) Constructors in io.fluentlenium.core.wait with parameters of type FluentPageModifierConstructorDescriptionprotectedFluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page) Creates a new page wait conditions.