public class ElementHasTextWaitCondition
extends java.lang.Object
implements org.openqa.selenium.support.ui.ExpectedCondition<java.lang.Boolean>
Constructor and Description |
---|
ElementHasTextWaitCondition(HtmlElement element,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
apply(org.openqa.selenium.WebDriver webDriver)
Condition is met if target is found and its inner text or value equals the given text
|
public ElementHasTextWaitCondition(HtmlElement element, java.lang.String text)