Package org.openqa.selenium.support.ui
- 
Interface Summary 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 Summary Class Description WebDriverWait An implementation of the Wait interface that makes use of WebDriver.
- 
Exception Summary Exception Description TimeoutException A simple exception that is thrown if anExpectedConditionis not met met by aWait.