org.openqa.selenium.lift.match
Class AttributeMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<WebElement>
org.openqa.selenium.lift.match.AttributeMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<WebElement>, org.hamcrest.SelfDescribing
public class AttributeMatcher
- extends org.hamcrest.TypeSafeMatcher<WebElement>
hamcrest matcher for attributes of WebElement
s.
Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
matchesSafely
public boolean matchesSafely(WebElement item)
- Specified by:
matchesSafely
in class org.hamcrest.TypeSafeMatcher<WebElement>
describeTo
public void describeTo(org.hamcrest.Description description)
attribute
public static org.hamcrest.Matcher<WebElement> attribute(String name,
org.hamcrest.Matcher<String> valueMatcher)
Copyright © 2013. All Rights Reserved.