public class TextMatcher
extends org.hamcrest.TypeSafeMatcher<org.openqa.selenium.WebElement>
Matcher for matching text content within WebElements.| 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> |
text(org.hamcrest.Matcher<String> textMatcher) |
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> text(org.hamcrest.Matcher<String> textMatcher)
Copyright © 2015. All rights reserved.