public class SelectionMatcher
extends org.hamcrest.TypeSafeMatcher<org.openqa.selenium.WebElement>
| Constructor and Description |
|---|
SelectionMatcher() |
| 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> |
selection() |
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> selection()
Copyright © 2015. All rights reserved.