Uses of Interface
org.fluentlenium.core.action.FluentDefaultActions

Packages that use FluentDefaultActions
org.fluentlenium.core   
org.fluentlenium.core.action   
org.fluentlenium.core.domain   
 

Uses of FluentDefaultActions in org.fluentlenium.core
 

Methods in org.fluentlenium.core with parameters of type FluentDefaultActions
 Fluent Fluent.click(FluentDefaultActions fluentObject)
          click all elements that are in the list Be careful - only the visible elements are clicked
 FillConstructor Fluent.fill(FluentDefaultActions list, Filter... filters)
          Construct a FillConstructor in order to allow easy fill Be careful - only the visible elements are filled
 Fluent Fluent.submit(FluentDefaultActions fluentObject)
          Submit all elements that are in the list Be careful - only the visible elements are submitted
 

Uses of FluentDefaultActions in org.fluentlenium.core.action
 

Constructors in org.fluentlenium.core.action with parameters of type FluentDefaultActions
FillConstructor(FluentDefaultActions list, org.openqa.selenium.WebDriver driver, Filter[] filters)
           
 

Uses of FluentDefaultActions in org.fluentlenium.core.domain
 

Classes in org.fluentlenium.core.domain that implement FluentDefaultActions
 class FluentList<E extends FluentWebElement>
          Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
 class FluentWebElement
          WebElementCustom include a Selenium WebElement.
 



Copyright © 2012 AConsulting. All Rights Reserved.