|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<WebElement>
org.openqa.selenium.lift.match.TextMatcher
public class TextMatcher
Matcher for matching text content within WebElements.
| Method Summary | |
|---|---|
void |
describeTo(org.hamcrest.Description description)
|
boolean |
matchesSafely(WebElement item)
|
static org.hamcrest.Matcher<WebElement> |
text(org.hamcrest.Matcher<java.lang.String> textMatcher)
|
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
|---|
matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean matchesSafely(WebElement item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<WebElement>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<WebElement> text(org.hamcrest.Matcher<java.lang.String> textMatcher)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||