Uses of Interface
org.seleniumhq.selenium.fluent.FluentMatcher

Packages that use FluentMatcher
org.seleniumhq.selenium.fluent   
 

Uses of FluentMatcher in org.seleniumhq.selenium.fluent
 

Classes in org.seleniumhq.selenium.fluent that implement FluentMatcher
 class CompositeFluentMatcher
           
 

Methods in org.seleniumhq.selenium.fluent that return FluentMatcher
static FluentMatcher CompositeFluentMatcher.all(FluentMatcher... matchers)
           
static FluentMatcher CompositeFluentMatcher.any(FluentMatcher... matchers)
           
static FluentMatcher CompositeFluentMatcher.both(FluentMatcher one, FluentMatcher two)
           
static FluentMatcher CompositeFluentMatcher.either(FluentMatcher one, FluentMatcher two)
           
 

Methods in org.seleniumhq.selenium.fluent with parameters of type FluentMatcher
static FluentMatcher CompositeFluentMatcher.all(FluentMatcher... matchers)
           
static FluentMatcher CompositeFluentMatcher.any(FluentMatcher... matchers)
           
static FluentMatcher CompositeFluentMatcher.both(FluentMatcher one, FluentMatcher two)
           
static FluentMatcher CompositeFluentMatcher.either(FluentMatcher one, FluentMatcher two)
           
 FluentWebElements FluentWebElements.filter(FluentMatcher matcher)
           
 FluentSelects FluentSelects.filter(FluentMatcher matcher)
           
 FluentWebElement FluentWebElements.first(FluentMatcher matcher)
           
 FluentSelect FluentSelects.first(FluentMatcher matcher)
           
 

Constructors in org.seleniumhq.selenium.fluent with parameters of type FluentMatcher
CompositeFluentMatcher(org.seleniumhq.selenium.fluent.CompositeFluentMatcher.LogicalOperator logicalOperator, FluentMatcher... matchers)
           
 



Copyright © 2013. All Rights Reserved.