Uses of Class
org.fluentlenium.core.FluentPage

Packages that use FluentPage
org.fluentlenium.adapter   
org.fluentlenium.core   
org.fluentlenium.core.wait   
 

Uses of FluentPage in org.fluentlenium.adapter
 

Methods in org.fluentlenium.adapter with parameters of type FluentPage
static void FluentTest.assertAt(FluentPage fluent)
           
 

Uses of FluentPage in org.fluentlenium.core
 

Methods in org.fluentlenium.core with type parameters of type FluentPage
<T extends FluentPage>
T
FluentAdapter.createPage(Class<T> classOfPage)
           
<P extends FluentPage>
P
Fluent.goTo(P page)
           
protected
<T extends FluentPage>
T
FluentAdapter.initClass(Class<T> cls)
           
 

Methods in org.fluentlenium.core with parameters of type FluentPage
static void FluentAdapter.assertAt(FluentPage fluent)
           
 

Uses of FluentPage in org.fluentlenium.core.wait
 

Methods in org.fluentlenium.core.wait with parameters of type FluentPage
 FluentWaitPageMatcher FluentWait.untilPage(FluentPage page)
           
 

Constructors in org.fluentlenium.core.wait with parameters of type FluentPage
FluentWaitPageMatcher(org.openqa.selenium.support.ui.FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)
           
 



Copyright © 2012 AConsulting. All Rights Reserved.