| Package | Description |
|---|---|
| net.serenitybdd.screenplay.waits |
| Modifier and Type | Class and Description |
|---|---|
class |
WaitOnQuestion |
class |
WaitOnSupplier |
| Modifier and Type | Method and Description |
|---|---|
<T extends WaitWithTimeout> |
WaitWithTimeout.forNoMoreThan(Duration timeout) |
| Modifier and Type | Method and Description |
|---|---|
WaitWithTimeout |
WaitWithTimeout.TimeoutBuilder.milliseconds() |
WaitWithTimeout |
WaitWithTimeout.TimeoutBuilder.minutes() |
WaitWithTimeout |
WaitWithTimeout.TimeoutBuilder.seconds() |
static WaitWithTimeout |
Wait.until(Callable<Boolean> expectedState) |
static WaitWithTimeout |
Wait.until(Question question,
org.hamcrest.Matcher matcher) |
| Constructor and Description |
|---|
TimeoutBuilder(long duration,
WaitWithTimeout waitWithTimeout) |
Copyright © 2021. All rights reserved.