public class Matchers extends Object
Constructor and Description |
---|
Matchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Integer> |
atLeast(int count) |
static org.hamcrest.Matcher<org.openqa.selenium.WebElement> |
attribute(String attributeName,
org.hamcrest.Matcher<String> valueMatcher) |
static org.hamcrest.Matcher<org.openqa.selenium.WebElement> |
displayed() |
static org.hamcrest.Matcher<Integer> |
exactly(int count) |
static org.hamcrest.Matcher<org.openqa.selenium.WebElement> |
selection() |
static org.hamcrest.Matcher<org.openqa.selenium.WebElement> |
text(org.hamcrest.Matcher<String> textMatcher) |
static org.hamcrest.Matcher<org.openqa.selenium.WebElement> |
value(Object value) |
public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> attribute(String attributeName, org.hamcrest.Matcher<String> valueMatcher)
public static org.hamcrest.Matcher<Integer> atLeast(int count)
public static org.hamcrest.Matcher<Integer> exactly(int count)
public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> text(org.hamcrest.Matcher<String> textMatcher)
public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> selection()
public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> value(Object value)
public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> displayed()
Copyright © 2015. All rights reserved.