public final class DroneExpectedConditions extends Object
ExpectedConditions which are generally useful within webdrone test.| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
invisibilityOfElementWithPartialText(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.By locator,
String text)
An expectation for checking that an element with text is either invisible
or not present on the DOM.
|
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> invisibilityOfElementWithPartialText(org.openqa.selenium.WebDriver driver, org.openqa.selenium.By locator, String text)
driver - WebDriver's objectlocator - used to find the elementtext - of the elementExpectedCondition true if metCopyright © 2015. All rights reserved.