Package com.atlassian.crowd.pageobjects
Class CrowdConsole
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.CrowdConsole
- All Implemented Interfaces:
CrowdPage,com.atlassian.pageobjects.Page,com.atlassian.pageobjects.page.HomePage<CrowdHeader>
public class CrowdConsole
extends AbstractCrowdPage
implements com.atlassian.pageobjects.page.HomePage<CrowdHeader>
Page object implementation for the Dashboard page in Crowd.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected JndiTimeoutUnlimitedWarningMessageprotected StartTlsPoolingWarningMessageprotected com.atlassian.pageobjects.elements.PageElementstatic final StringFields inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_FORM_FIELD_SELECTOR, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, selectOptionById, selectOptionByLabel, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.pageobjects.page.HomePage
getHeader
-
Field Details
-
URI
- See Also:
-
title
protected com.atlassian.pageobjects.elements.PageElement title -
insecureAppWarning
protected com.atlassian.pageobjects.elements.PageElement insecureAppWarning -
insecureAppWarningDismissButton
protected com.atlassian.pageobjects.elements.PageElement insecureAppWarningDismissButton -
startTlsPoolingWarningMessage
-
jndiTimeoutUnlimitedWarningMessage
-
-
Constructor Details
-
CrowdConsole
public CrowdConsole()
-
-
Method Details
-
init
public void init() -
isContentLoaded
protected boolean isContentLoaded()Description copied from class:AbstractCrowdPageReturns whether the content has loaded. Used inAbstractCrowdPage.waitUntilContentLoaded(). Subclasses should override this method to wait for a distinguishing content to appear. E.g. a page title.- Overrides:
isContentLoadedin classAbstractCrowdPage
-
getUrl
- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
isInsecureAppWarningVisible
public boolean isInsecureAppWarningVisible() -
dismissInsecureAppWarning
public void dismissInsecureAppWarning() -
getStartTlsPoolingWarningMessage
-
getJndiTimeoutUnlimitedWarningMessage
-