public abstract class AbstractUserManagementPage extends Object implements com.atlassian.pageobjects.Page
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.PageBinder |
binder |
protected com.atlassian.pageobjects.elements.PageElement |
blanket |
protected com.atlassian.webdriver.AtlassianWebDriver |
driver |
protected com.atlassian.pageobjects.elements.PageElementFinder |
finder |
protected com.atlassian.pageobjects.elements.PageElement |
loadingIndicator |
protected com.atlassian.pageobjects.elements.PageElement |
modalDialog |
protected static String |
RETURN |
protected static String |
SPACE |
| Constructor and Description |
|---|
AbstractUserManagementPage() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFieldErrors() |
List<String> |
getFlashMessages() |
UserManagementHeader |
getHeader() |
String |
getUrl() |
protected abstract String |
getUserManagementUrl() |
protected void |
waitUntilBlanketDisappears() |
protected void |
waitUntilContentLoad() |
protected void |
waitUntilModalDialogClosed() |
protected static final String RETURN
protected static final String SPACE
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
@Inject protected com.atlassian.pageobjects.PageBinder binder
@Inject protected com.atlassian.webdriver.AtlassianWebDriver driver
protected com.atlassian.pageobjects.elements.PageElement loadingIndicator
protected com.atlassian.pageobjects.elements.PageElement blanket
protected com.atlassian.pageobjects.elements.PageElement modalDialog
public final String getUrl()
getUrl in interface com.atlassian.pageobjects.Pageprotected void waitUntilContentLoad()
protected void waitUntilBlanketDisappears()
protected void waitUntilModalDialogClosed()
protected abstract String getUserManagementUrl()
public UserManagementHeader getHeader()
Copyright © 2014 Atlassian. All rights reserved.