| Interface | Description |
|---|---|
| AwaitControl |
Control interface for fluent wait.
|
| FluentWaitConditions<T> |
Conditions API for Fluent wait objects.
|
| FluentWaitConfiguration<T> |
Configuration API of fluent wait object.
|
| FluentWaitFunctional<F> |
Functional API of fluent wait.
|
| Class | Description |
|---|---|
| BaseWaitConditions |
Common class for all wait conditions instances.
|
| FluentWait |
A wait object wrapping default selenium
FluentWait object into a more
complete API, allowing to wait for any condition to be verified. |
| FluentWaitElement |
A wait object wrapping default selenium
FluentWait object into a more
complete API, allowing to wait for any condition to be verified on an underlying element. |
| FluentWaitElementList |
A wait object wrapping default selenium
FluentWait object into a more
complete API, allowing to wait for any condition to be verified on underlying elements. |
| FluentWaitPageConditions |
Page wait conditions
|
| FluentWaitWindowConditions |
Window wait conditions.
|
Copyright © 2016 FluentLenium. All Rights Reserved.