public abstract class AbstractCrowdPage extends Object implements com.atlassian.pageobjects.Page
| Modifier and Type | Field and Description |
|---|---|
protected AuiMessages |
auiMessages |
protected static String |
DEFAULT_CANCEL_BUTTON_ID |
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 |
|---|---|
AuiMessages |
getAuiMessages() |
CrowdHeader |
getHeader() |
protected boolean |
isContentLoaded()
Returns whether the content has loaded.
|
protected void |
setTextField(com.atlassian.pageobjects.elements.PageElement element,
CharSequence value) |
protected void |
waitUntilContentLoaded() |
protected void |
waitUntilPageLoad()
Waits until the page has fully loaded.
|
public static final String DEFAULT_SUBMIT_BUTTON_SELECTOR
protected static final String DEFAULT_CANCEL_BUTTON_ID
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected AuiMessages auiMessages
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
@Inject protected org.openqa.selenium.WebDriver driver
protected com.atlassian.pageobjects.elements.PageElement footer
protected final void waitUntilPageLoad()
public CrowdHeader getHeader()
protected boolean isContentLoaded()
waitUntilContentLoaded(). Subclasses should override this
method to wait for a distinguishing content to appear. E.g. a page title.protected void waitUntilContentLoaded()
protected void setTextField(com.atlassian.pageobjects.elements.PageElement element,
CharSequence value)
public AuiMessages getAuiMessages()
Copyright © 2019 Atlassian. All rights reserved.