| Package | Description |
|---|---|
| net.serenitybdd.core.pages | |
| net.thucydides.core.scheduling.fluent |
| Modifier and Type | Method and Description |
|---|---|
SerenityFluentWait |
PageObject.waitForCondition() |
| Modifier and Type | Field and Description |
|---|---|
protected SerenityFluentWait |
TimeSchedule.fluentWait |
| Modifier and Type | Method and Description |
|---|---|
SerenityFluentWait |
TimeSchedule.hour() |
SerenityFluentWait |
TimeSchedule.hours() |
SerenityFluentWait |
TimeSchedule.milliseconds() |
SerenityFluentWait |
TimeSchedule.minute() |
SerenityFluentWait |
TimeSchedule.minutes() |
SerenityFluentWait |
TimeSchedule.second() |
SerenityFluentWait |
TimeSchedule.seconds() |
protected abstract SerenityFluentWait |
TimeSchedule.updateWaitBy(int amount,
TimeUnit unit) |
protected SerenityFluentWait |
PollingSchedule.updateWaitBy(int amount,
TimeUnit unit) |
protected SerenityFluentWait |
TimeoutSchedule.updateWaitBy(int amount,
TimeUnit unit) |
| Constructor and Description |
|---|
PollingSchedule(SerenityFluentWait fluentWait,
int amount) |
TimeoutSchedule(SerenityFluentWait fluentWait,
int amount) |
TimeSchedule(SerenityFluentWait fluentWait,
int amount) |
Copyright © 2023. All rights reserved.