public class ValueMatcher
extends org.hamcrest.TypeSafeMatcher<org.openqa.selenium.WebElement>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
value |
| Constructor and Description |
|---|
ValueMatcher(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(org.openqa.selenium.WebElement item) |
static org.hamcrest.Matcher<org.openqa.selenium.WebElement> |
value(java.lang.Object value) |
describeMismatch, describeMismatchSafely, matchespublic boolean matchesSafely(org.openqa.selenium.WebElement item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<org.openqa.selenium.WebElement>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> value(java.lang.Object value)