| Interface | Description |
|---|---|
| ExpectedCondition<T> |
Models a condition that might reasonably be expected to eventually evaluate to something that is neither null nor
false.
|
| Wait<F> |
A generic interface for waiting until a condition is true or not null.
|
| Class | Description |
|---|---|
| WebDriverWait |
An implementation of the Wait interface that makes use of WebDriver.
|
| Exception | Description |
|---|---|
| TimeoutException |
A simple exception that is thrown if an
ExpectedCondition is not met met by a Wait. |
Copyright © 2016 Nuxeo SA. All rights reserved.