Uses of Class
org.fluentlenium.core.filter.Filter

Packages that use Filter
org.fluentlenium.core   
org.fluentlenium.core.action   
org.fluentlenium.core.domain   
org.fluentlenium.core.filter   
org.fluentlenium.core.search   
org.fluentlenium.core.wait   
 

Uses of Filter in org.fluentlenium.core
 

Methods in org.fluentlenium.core with parameters of type Filter
 FluentList<FluentWebElement> Fluent.$(String name, Filter... filters)
          Central methods to find elements on the page.
 FluentWebElement Fluent.$(String name, Integer number, Filter... filters)
          Central methods a find element on the page, the number indicat the index of the desired element on the list.
 Fluent Fluent.clear(String cssSelector, Filter... filters)
          Submit all elements that are in cssSelector with its filters Be careful - only the visible elements are cleared
 Fluent Fluent.click(String cssSelector, Filter... filters)
          click all elements that are in cssSelector with its filters 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
 FillConstructor Fluent.fill(String cssSelector, Filter... filters)
          Construct a FillConstructor in order to allow easy fill Be careful - only the visible elements are filled
 FluentList<FluentWebElement> Fluent.find(String name, Filter... filters)
          return the lists corresponding to the cssSelector with it filters
 FluentWebElement Fluent.find(String name, Integer number, Filter... filters)
          Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters
 FluentWebElement Fluent.findFirst(String name, Filter... filters)
          Return the first elements corresponding to the name and the filters
 Fluent Fluent.submit(String cssSelector, Filter... filters)
          Submit all elements that are in cssSelector with its filters Be careful - only the visible elements are submitted
 List<String> Fluent.text(String cssSelector, Filter... filters)
          get a list all elements that are in cssSelector with its filters Be careful - only the visible elements are submitted //TODO UTILITY ? Deprecated ?
 List<String> Fluent.value(String cssSelector, Filter... filters)
          Value all elements that are in cssSelector with its filters Be careful - only the visible elements are returned //TODO UTILITY ? Deprecated ?
 

Uses of Filter in org.fluentlenium.core.action
 

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

Uses of Filter in org.fluentlenium.core.domain
 

Methods in org.fluentlenium.core.domain with parameters of type Filter
 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
 FluentWebElement FluentWebElement.find(String name, Integer number, Filter... filters)
          find elements into the childs with the corresponding filters at the given positiokn
 E FluentList.find(String name, Integer number, Filter... filters)
          find elements into the childs with the corresponding filters at the position indicated by the number
 FluentWebElement FluentWebElement.findFirst(String name, Filter... filters)
          find elements into the childs with the corresponding filters at the first position
 E FluentList.findFirst(String name, Filter... filters)
          find elements into the childs with the corresponding filters at the first position
 

Uses of Filter in org.fluentlenium.core.filter
 

Methods in org.fluentlenium.core.filter that return Filter
static Filter FilterConstructor.buildFilter(String name, FilterType type, Class matcherType)
          Create a filter by name
 Filter FilterBuilder.contains(Pattern equal)
           
 Filter FilterBuilder.contains(String equal)
           
 Filter FilterBuilder.endsWith(Pattern equal)
           
 Filter FilterBuilder.endsWith(String equal)
           
 Filter FilterBuilder.equalTo(String equal)
           
 Filter FilterBuilder.notContains(Pattern equal)
           
 Filter FilterBuilder.notContains(String equal)
           
 Filter FilterBuilder.notEndsWith(Pattern equal)
           
 Filter FilterBuilder.notEndsWith(String equal)
           
 Filter FilterBuilder.notStartsWith(Pattern equal)
           
 Filter FilterBuilder.notStartsWith(String equal)
           
 Filter FilterBuilder.startsWith(Pattern equal)
           
 Filter FilterBuilder.startsWith(String equal)
           
static Filter FilterConstructor.with(String customAttribute, Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.with(String customAttribute, String matcher)
          Deprecated. 
static Filter FilterConstructor.withId(Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.withId(String id)
          Create a filter by id
static Filter FilterConstructor.withName(Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.withName(String name)
          Create a filter by name
static Filter FilterConstructor.withText(Matcher matcher)
          Deprecated. 
static Filter FilterConstructor.withText(String text)
          Create a filter by text
 

Constructors in org.fluentlenium.core.filter with parameters of type Filter
FilterPredicate(Filter text)
           
 

Uses of Filter in org.fluentlenium.core.search
 

Methods in org.fluentlenium.core.search with parameters of type Filter
 FluentList<FluentWebElement> SearchActions.find(String name, Filter... filters)
           
 FluentList<FluentWebElement> Search.find(String name, Filter... filters)
          Central methods to find elements on the page.
 FluentWebElement SearchActions.find(String name, Integer number, Filter... filters)
           
 FluentWebElement Search.find(String name, Integer number, Filter... filters)
          Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters
 FluentWebElement SearchActions.findFirst(String name, Filter... filters)
           
 FluentWebElement Search.findFirst(String name, Filter... filters)
          Return the first elements corresponding to the name and the filters
 

Uses of Filter in org.fluentlenium.core.wait
 

Constructor parameters in org.fluentlenium.core.wait with type arguments of type Filter
FluentSizeBuilder(Search search, org.openqa.selenium.support.ui.FluentWait fluentWait, String selector, List<Filter> filters)
           
 



Copyright © 2012 AConsulting. All Rights Reserved.