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