public class TextCaseSensitive extends TextCaseInSensitive
| Constructor and Description |
|---|
TextCaseSensitive(String name,
String expectedText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.openqa.selenium.WebElement element)
Check if given element matches this condition.
|
toStringactualValue, applyNull, fail, getNamepublic boolean apply(org.openqa.selenium.WebElement element)
UiConditionapply in interface com.google.common.base.Predicate<org.openqa.selenium.WebElement>apply in class TextCaseInSensitiveelement - given WebElementCopyright 2016, WorkFusion, Inc.