Uses of Class
org.fluentlenium.core.FluentPage
-
Packages that use FluentPage Package Description org.fluentlenium.core org.fluentlenium.core.domain org.fluentlenium.core.navigation org.fluentlenium.core.wait -
-
Uses of FluentPage in org.fluentlenium.core
Methods in org.fluentlenium.core with type parameters of type FluentPage Modifier and Type Method Description <P extends FluentPage>
PFluentPage. go()<P extends FluentPage>
PFluentPage. go(java.lang.Object... params)<P extends FluentPage>
PFluentPageControl. go()Go to the url defined in the page<P extends FluentPage>
PFluentPageControl. go(java.lang.Object... params)Got to the url defined in the page, using given parameters.<P extends FluentPage>
PFluentControlImpl. goTo(P page)<P extends FluentPage>
PFluentDriver. goTo(P page) -
Uses of FluentPage in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain with type parameters of type FluentPage Modifier and Type Method Description <P extends FluentPage>
PFluentWebElement. goTo(P page) -
Uses of FluentPage in org.fluentlenium.core.navigation
Methods in org.fluentlenium.core.navigation with type parameters of type FluentPage Modifier and Type Method Description <P extends FluentPage>
PNavigationControl. goTo(P page)Open the page, using the url defined in the page -
Uses of FluentPage in org.fluentlenium.core.wait
Methods in org.fluentlenium.core.wait with parameters of type FluentPage Modifier and Type Method Description FluentWaitPageConditionsFluentWait. untilPage(FluentPage page)FluentWaitPageConditionsFluentWaitConditions. untilPage(FluentPage page)Get a condition object used to wait for a page condition.FluentWaitPageConditionsFluentWaitElement. untilPage(FluentPage page)FluentWaitPageConditionsFluentWaitElementList. untilPage(FluentPage page)Constructors in org.fluentlenium.core.wait with parameters of type FluentPage Constructor Description FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)Creates a new page wait conditions.
-