public class SeleniumHelper.TextToBePresentInElementWithText
Allows to retrieve the text parameter passed to ExpectedConditions#textToBePresentInElement(org.openqa.selenium.WebElement, java.lang.String) as well as test the type which is useful for unit testing.
| Constructor and Description |
|---|
TextToBePresentInElementWithText() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
apply() |
java.lang.String |
getText() |
java.lang.String |
toString() |