org.seleniumhq.selenium.fluent
Class CompositeFluentMatcher

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.CompositeFluentMatcher
All Implemented Interfaces:
FluentMatcher

public class CompositeFluentMatcher
extends Object
implements FluentMatcher


Constructor Summary
CompositeFluentMatcher(org.seleniumhq.selenium.fluent.CompositeFluentMatcher.LogicalOperator logicalOperator, FluentMatcher... matchers)
           
 
Method Summary
static FluentMatcher all(FluentMatcher... matchers)
           
static FluentMatcher any(FluentMatcher... matchers)
           
static FluentMatcher both(FluentMatcher one, FluentMatcher two)
           
static FluentMatcher either(FluentMatcher one, FluentMatcher two)
           
 boolean matches(org.openqa.selenium.WebElement webElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFluentMatcher

public CompositeFluentMatcher(org.seleniumhq.selenium.fluent.CompositeFluentMatcher.LogicalOperator logicalOperator,
                              FluentMatcher... matchers)
Method Detail

matches

public boolean matches(org.openqa.selenium.WebElement webElement)
Specified by:
matches in interface FluentMatcher

both

public static FluentMatcher both(FluentMatcher one,
                                 FluentMatcher two)

all

public static FluentMatcher all(FluentMatcher... matchers)

any

public static FluentMatcher any(FluentMatcher... matchers)

either

public static FluentMatcher either(FluentMatcher one,
                                   FluentMatcher two)


Copyright © 2013. All Rights Reserved.