| Class | Description |
|---|---|
| GenericWebDriverTimedQuery<T> |
Generic, WebDriver-based implementation of
TimedQuery. |
| WebDriverLocatableBasedTimedCondition |
Timed condition based on
WebElement. |
| WebDriverLocatableBasedTimedQuery<T> |
WebDriverLocatable based timed query that retrieves WebElement using provided
WebDriverLocatable and applies provided function from that element to the target value. |
| WebDriverQueryFactory |
Creates various WebDriver-based queries.
|
| WebDriverQueryFunctions |
Collection of functions for implementing timed queries in WebDriver.
|
| WebElementBasedTimedCondition |
Timed condition based on
WebElement. |
| WebElementBasedTimedQuery<T> |
WebDriver based timed query that retrieves
WebElement using provided
By and applies provided function from that element to the target value. |
| Exception | Description |
|---|---|
| GenericWebDriverTimedQuery.InvalidValue |
Copyright © 2015 Atlassian. All rights reserved.