| Package | Description |
|---|---|
| net.serenitybdd.screenplay.waits |
| Modifier and Type | Method and Description |
|---|---|
static WaitUntilTargetIsReady |
WaitUntil.the(org.openqa.selenium.By byLocator,
org.hamcrest.Matcher<WebElementState> expectedState) |
static WaitUntilTargetIsReady |
WaitUntil.the(String xpathOrCSSSelector,
org.hamcrest.Matcher<WebElementState> expectedState) |
static WaitUntilTargetIsReady |
WaitUntil.the(Target target,
org.hamcrest.Matcher<WebElementState> expectedState) |
Copyright © 2022. All rights reserved.