| Package | Description |
|---|---|
| com.atlassian.pageobjects.elements | |
| com.atlassian.pageobjects.elements.query.webdriver |
| Modifier and Type | Field and Description |
|---|---|
protected WebDriverLocatable |
WebDriverElement.locatable |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<PageElement,WebDriverLocatable> |
WebDriverElement.TO_LOCATABLE |
| Modifier and Type | Method and Description |
|---|---|
WebDriverLocatable |
WebDriverLocatable.getParent()
The parent of this SearchContext.
|
static WebDriverLocatable |
WebDriverLocators.list(org.openqa.selenium.WebElement element,
org.openqa.selenium.By locator,
int locatorIndex,
WebDriverLocatable parent)
Creates a WebDriverLocatable for an element included in a list initialized with given element.
|
static WebDriverLocatable |
WebDriverLocators.nested(org.openqa.selenium.By locator,
WebDriverLocatable parent)
Creates a WebDriverLocatable for a single element nested within another locatable.
|
static WebDriverLocatable |
WebDriverLocators.root()
Creates the root of a WebDriverLocatable list, usually the instance of WebDriver.
|
static WebDriverLocatable |
WebDriverLocators.single(org.openqa.selenium.By locator)
Creates a WebDriverLocatable for a single element in global context.
|
static WebDriverLocatable |
WebDriverLocators.staticElement(org.openqa.selenium.WebElement element) |
static WebDriverLocatable |
WebDriverElement.toLocatable(PageElement pageElement) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends PageElement> |
WebDriverElement.bind(PageBinder pageBinder,
Class<P> elementType,
TimeoutType timeoutType) |
| Modifier and Type | Method and Description |
|---|---|
static WebDriverLocatable |
WebDriverLocators.list(org.openqa.selenium.WebElement element,
org.openqa.selenium.By locator,
int locatorIndex,
WebDriverLocatable parent)
Creates a WebDriverLocatable for an element included in a list initialized with given element.
|
static WebDriverLocatable |
WebDriverLocators.nested(org.openqa.selenium.By locator,
WebDriverLocatable parent)
Creates a WebDriverLocatable for a single element nested within another locatable.
|
| Constructor and Description |
|---|
WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent) |
WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType) |
WebDriverCheckboxElement(WebDriverLocatable locatable,
TimeoutType timeoutType) |
WebDriverElement(org.openqa.selenium.By locator,
WebDriverLocatable parent)
Creates a WebDriverElement within a given parent and default timeout.
|
WebDriverElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType)
Creates a WebDriverElement within a given parent and given timeout type.
|
WebDriverElement(WebDriverLocatable locatable,
TimeoutType timeoutType)
Creates a WebDriverElement with the given locatable and timeout type.
|
WebDriverMultiSelectElement(org.openqa.selenium.By locator,
WebDriverLocatable parent) |
WebDriverMultiSelectElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType) |
WebDriverMultiSelectElement(WebDriverLocatable locatable,
TimeoutType timeoutType) |
WebDriverSelectElement(org.openqa.selenium.By locator,
WebDriverLocatable parent) |
WebDriverSelectElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType) |
WebDriverSelectElement(WebDriverLocatable locatable,
TimeoutType timeoutType) |
WebDriverTimedElement(WebDriverLocatable locatable,
TimeoutType defaultTimeout)
Create a WebDriverTimedElement with the given timeout.
|
| Constructor and Description |
|---|
WebDriverLocatableBasedTimedCondition(WebDriverLocatable locatable,
AtlassianWebDriver webDriver,
com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> valueProvider,
long timeout,
long interval) |
WebDriverLocatableBasedTimedQuery(WebDriverLocatable locatable,
org.openqa.selenium.WebDriver driver,
com.google.common.base.Function<org.openqa.selenium.WebElement,T> valueProvider,
long timeout) |
WebDriverLocatableBasedTimedQuery(WebDriverLocatable locatable,
org.openqa.selenium.WebDriver driver,
com.google.common.base.Function<org.openqa.selenium.WebElement,T> valueProvider,
long timeout,
long interval) |
WebDriverLocatableBasedTimedQuery(WebDriverLocatable locatable,
org.openqa.selenium.WebDriver driver,
com.google.common.base.Function<org.openqa.selenium.WebElement,T> valueProvider,
long timeout,
long interval,
T invalidValue) |
WebDriverQueryFactory(WebDriverLocatable locatable) |
WebDriverQueryFactory(WebDriverLocatable locatable,
Timeouts timeouts,
AtlassianWebDriver webDriver) |
Copyright © 2015 Atlassian. All rights reserved.