public class ElementWaitCondition
extends java.lang.Object
implements org.openqa.selenium.support.ui.ExpectedCondition<java.lang.Boolean>
Constructor and Description |
---|
ElementWaitCondition(Browser browser,
Query query) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
apply(org.openqa.selenium.WebDriver webDriver)
Condition is met if at least one target is found
|