public abstract class AbstractCrowdPage extends Object implements com.atlassian.pageobjects.Page
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.PageBinder |
binder |
protected static String |
DEFAULT_CANCEL_BUTTON_ID |
protected static String |
DEFAULT_SUBMIT_BUTTON_SELECTOR |
protected org.openqa.selenium.WebDriver |
driver |
protected com.atlassian.pageobjects.elements.PageElementFinder |
finder |
protected com.atlassian.pageobjects.elements.PageElement |
footer |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
| Constructor and Description |
|---|
AbstractCrowdPage() |
| Modifier and Type | Method and Description |
|---|---|
CrowdHeader |
getHeader() |
protected void |
waitUntilContentLoad()
Waits until the content has loaded.
|
protected void |
waitUntilPageLoad()
Waits until the page has fully loaded.
|
protected static final String DEFAULT_SUBMIT_BUTTON_SELECTOR
protected static final String DEFAULT_CANCEL_BUTTON_ID
@Inject protected com.atlassian.pageobjects.PageBinder binder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected org.openqa.selenium.WebDriver driver
protected com.atlassian.pageobjects.elements.PageElement footer
public CrowdHeader getHeader()
protected void waitUntilPageLoad()
protected void waitUntilContentLoad()
waitUntilPageLoad(). Subclasses should override this
method to wait for a distinguishing content to appear. E.g. a page title.Copyright © 2019 Atlassian. All rights reserved.