public class DisplayedMatcher extends org.hamcrest.TypeSafeMatcher<WebElement>
WebElements.| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<WebElement> |
displayed() |
boolean |
matchesSafely(WebElement item) |
describeMismatch, describeMismatchSafely, matchespublic 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.