org.seleniumhq.selenium.fluent
Class CompositeFluentMatcher
java.lang.Object
org.seleniumhq.selenium.fluent.CompositeFluentMatcher
- All Implemented Interfaces:
- FluentMatcher
public class CompositeFluentMatcher
- extends Object
- implements FluentMatcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFluentMatcher
public CompositeFluentMatcher(org.seleniumhq.selenium.fluent.CompositeFluentMatcher.LogicalOperator logicalOperator,
FluentMatcher... matchers)
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.