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