public class ApplicationAdministratorsPage extends AbstractCrowdPage
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationAdministratorsPage.AdministratorMapping |
| Modifier and Type | Field and Description |
|---|---|
protected static org.openqa.selenium.By |
ADMIN_CHECKBOX_SELECTOR |
protected com.atlassian.pageobjects.elements.PageElement |
applicationPermissions |
protected static org.openqa.selenium.By |
GROUP_NAME_SELECTOR |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTable |
protected static org.openqa.selenium.By |
SYSADMIN_CHECKBOX_SELECTOR |
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 and Description |
|---|
ApplicationAdministratorsPage(String paramName,
String paramValue) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationAdministratorsPage.AdministratorMapping> |
getAdminMappings() |
String |
getUrl() |
ApplicationPermissionsPage |
goToPermissions() |
protected boolean |
isContentLoaded()
Returns whether the content has loaded.
|
bindAndWaitUntilPageLoad, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadprotected static final org.openqa.selenium.By GROUP_NAME_SELECTOR
protected static final org.openqa.selenium.By SYSADMIN_CHECKBOX_SELECTOR
protected static final org.openqa.selenium.By ADMIN_CHECKBOX_SELECTOR
protected com.atlassian.pageobjects.elements.PageElement permissionsTable
protected com.atlassian.pageobjects.elements.PageElement applicationPermissions
public List<ApplicationAdministratorsPage.AdministratorMapping> getAdminMappings()
public ApplicationPermissionsPage goToPermissions()
public String getUrl()
protected boolean isContentLoaded()
AbstractCrowdPageAbstractCrowdPage.waitUntilContentLoaded(). Subclasses should override
this method to wait for a distinguishing content to appear. E.g. a page title.isContentLoaded in class AbstractCrowdPageCopyright © 2024 Atlassian. All rights reserved.