Package org.openqa.selenium.support.ui

Interface Summary
Clock A simple encapsulation to allowing timing
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
LoadableComponent<T extends LoadableComponent<T>> Represents any abstraction of something that can be loaded.
Select Models a SELECT tag, providing helper methods to select and deselect options.
SlowLoadableComponent<T extends LoadableComponent<T>> A LoadableComponent which might not have finished loading when load() returns.
SystemClock  
WebDriverWait An implementation of the Wait interface that makes use of WebDriver.
 

Exception Summary
TimeoutException A simple exception that is thrown if an ExpectedCondition is not met met by a Wait.
UnexpectedTagNameException  
 



Copyright © 2011. All Rights Reserved.