org.openqa.selenium.lift.match
Class ValueMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<WebElement>
org.openqa.selenium.lift.match.ValueMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<WebElement>, org.hamcrest.SelfDescribing
public class ValueMatcher
- extends org.hamcrest.TypeSafeMatcher<WebElement>
Matches the value of an element, for example an input field.
Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
ValueMatcher
public ValueMatcher(Object value)
matchesSafely
public boolean matchesSafely(WebElement item)
- Specified by:
matchesSafely
in class org.hamcrest.TypeSafeMatcher<WebElement>
describeTo
public void describeTo(org.hamcrest.Description description)
value
public static org.hamcrest.Matcher<WebElement> value(Object value)
Copyright © 2013. All Rights Reserved.