Uses of Class
org.fluentlenium.core.domain.FluentList

Packages that use FluentList
org.fluentlenium.core   
org.fluentlenium.core.domain   
org.fluentlenium.core.search   
 

Uses of FluentList in org.fluentlenium.core
 

Methods in org.fluentlenium.core that return FluentList
 FluentList<FluentWebElement> Fluent.$(String name, Filter... filters)
          Central methods to find elements on the page.
 FluentList<FluentWebElement> Fluent.find(String name, Filter... filters)
          return the lists corresponding to the cssSelector with it filters
 

Methods in org.fluentlenium.core with parameters of type FluentList
 Fluent Fluent.clear(FluentList<FluentWebElement> fluentObject)
          Clear all elements that are in the list Be careful - only the visible elements are cleared
 

Uses of FluentList in org.fluentlenium.core.domain
 

Methods in org.fluentlenium.core.domain that return FluentList
 FluentList FluentList.clearAll()
          Clear all elements on the list Only the visible elements are filled
 FluentList FluentList.click()
          Click on all elements on the list Only the visible elements are filled
 FluentList FluentWebElement.find(String name, Filter... filters)
          find elements into the childs with the corresponding filters
 FluentList FluentList.find(String name, Filter... filters)
          find elements into the childs with the corresponding filters
 FluentList FluentList.submit()
          submit on all elements on the list Only the visible elements are submitted
 FluentList FluentList.text(String... with)
          Fill all elements on the list with the corresponding cell in the with table.
 

Uses of FluentList in org.fluentlenium.core.search
 

Methods in org.fluentlenium.core.search that return FluentList
 FluentList<FluentWebElement> SearchActions.find(String name, Filter... filters)
           
 FluentList<FluentWebElement> Search.find(String name, Filter... filters)
          Central methods to find elements on the page.
 



Copyright © 2012 AConsulting. All Rights Reserved.