public class PageElementMatchers extends Object
| Constructor and Description |
|---|
PageElementMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> |
attributeExists(String attribute) |
static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> |
containsAttribute(String attribute,
String value) |
static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> |
containsAttributes(String attribute,
Iterable<String> attributeValues) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.