org.openqa.selenium.lift
Class Matchers
java.lang.Object
org.openqa.selenium.lift.Matchers
public class Matchers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matchers
public Matchers()
attribute
public static org.hamcrest.Matcher<WebElement> attribute(String attributeName,
org.hamcrest.Matcher<String> valueMatcher)
atLeast
public static org.hamcrest.Matcher<Integer> atLeast(int count)
exactly
public static org.hamcrest.Matcher<Integer> exactly(int count)
text
public static org.hamcrest.Matcher<WebElement> text(org.hamcrest.Matcher<String> textMatcher)
selection
public static org.hamcrest.Matcher<WebElement> selection()
value
public static org.hamcrest.Matcher<WebElement> value(Object value)
Copyright © 2012. All Rights Reserved.