public class DisplayedMatcher extends org.hamcrest.TypeSafeMatcher<WebElement>
WebElement
s.Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<WebElement> |
displayed() |
boolean |
matchesSafely(WebElement item) |
describeMismatch, describeMismatchSafely, matches
public void describeTo(org.hamcrest.Description description)
public boolean matchesSafely(WebElement item)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<WebElement>
public static org.hamcrest.Matcher<WebElement> displayed()
Copyright © 2013. All rights reserved.