| 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  ExpectedConditionis not met
 met by aWait. | 
Copyright © 2014 Nuxeo SA. All rights reserved.