| Package | Description |
|---|---|
| com.atlassian.pageobjects.elements.query | |
| com.atlassian.pageobjects.elements.query.webdriver |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTimedCondition
Abstract timed condition based on
AbstractTimedQuery. |
class |
StaticQuery<T>
A
TimedQuery that always immediately returns a pre-defined static value. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericWebDriverTimedQuery<T>
Generic, WebDriver-based implementation of
TimedQuery. |
class |
WebDriverLocatableBasedTimedCondition
Timed condition based on
WebElement. |
class |
WebDriverLocatableBasedTimedQuery<T>
WebDriverLocatable based timed query that retrieves WebElement using provided
WebDriverLocatable and applies provided function from that element to the target value. |
class |
WebElementBasedTimedCondition
Timed condition based on
WebElement. |
class |
WebElementBasedTimedQuery<T>
WebDriver based timed query that retrieves
WebElement using provided
By and applies provided function from that element to the target value. |
Copyright © 2017 Atlassian. All rights reserved.