class WebElementPredicates extends Object
Constructor and description |
---|
WebElementPredicates() |
Type Params | Return Type | Name and description |
---|---|---|
|
static boolean |
matches(WebElement element, Map<String, Object> predicates) |
|
protected static boolean |
matches(String actualValue, String requiredValue) |
|
protected static boolean |
matches(String actualValue, Pattern requiredValue) |
|
protected static boolean |
matches(String actualValue, TextMatcher matcher) |
|
protected static boolean |
matches(Collection<String> actualValue, String requiredValue) |
|
protected static boolean |
matches(Collection<String> actualValue, Pattern requiredValue) |
|
protected static boolean |
matches(Collection<String> actualValue, TextMatcher matcher) |
|
protected static boolean |
matches(boolean actualValue, Object requiredValue) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org