Package com.atlassian.crowd.pageobjects
Class ApplicationAdministratorsPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.ApplicationAdministratorsPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected static final org.openqa.selenium.By
protected com.atlassian.pageobjects.elements.PageElement
protected static final org.openqa.selenium.By
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
protected boolean
Returns whether the content has loaded.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, waitUntilPageLoad
-
Field Details
-
GROUP_NAME_SELECTOR
protected static final org.openqa.selenium.By GROUP_NAME_SELECTOR -
SYSADMIN_CHECKBOX_SELECTOR
protected static final org.openqa.selenium.By SYSADMIN_CHECKBOX_SELECTOR -
permissionsTable
protected com.atlassian.pageobjects.elements.PageElement permissionsTable -
applicationPermissions
protected com.atlassian.pageobjects.elements.PageElement applicationPermissions
-
-
Constructor Details
-
ApplicationAdministratorsPage
-
-
Method Details
-
getAdminMappings
-
goToPermissions
-
getUrl
-
isContentLoaded
protected boolean isContentLoaded()Description copied from class:AbstractCrowdPage
Returns 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:
isContentLoaded
in classAbstractCrowdPage
-