public abstract class AbstractCrowdPage extends Object implements com.atlassian.pageobjects.Page
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.PageBinder |
binder |
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.
|
@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 © 2016 Atlassian. All Rights Reserved.