Class Summary |
Duration |
Represents an immutable duration of time. |
ExpectedConditions |
Canned ExpectedCondition s which are generally useful within webdriver
tests. |
FluentWait<T> |
An implementation of the Wait interface that may have its timeout and polling interval
configured on the fly. |
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 |
A specialization of FluentWait that uses WebDriver instances. |