Class ViewGroupAdministrationPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.group.ViewGroupAdministrationPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.openqa.selenium.By
protected static final String
protected Long
protected static final org.openqa.selenium.By
protected com.atlassian.pageobjects.elements.PageElement
protected AtlaskitSelect
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected String
protected static final org.openqa.selenium.By
protected static final org.openqa.selenium.By
static final org.openqa.selenium.By
protected static final String
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 TypeMethodDescriptionvoid
addEntries
(String... entryNames) void
getUrl()
void
init()
protected boolean
Returns whether the content has loaded.void
removeUser
(String username) void
selectEntry
(String entryName) 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
-
URL
- See Also:
-
CONTAINER_ID
- See Also:
-
ENTRY_SELECTOR
protected static final org.openqa.selenium.By ENTRY_SELECTOR -
MEMBER_ROW_SELECTOR
protected static final org.openqa.selenium.By MEMBER_ROW_SELECTOR -
MEMBER_ACTIONS_SELECTOR
protected static final org.openqa.selenium.By MEMBER_ACTIONS_SELECTOR -
groupAdminsContainer
protected com.atlassian.pageobjects.elements.PageElement groupAdminsContainer -
groupAdminsTable
protected com.atlassian.pageobjects.elements.PageElement groupAdminsTable -
errorState
protected com.atlassian.pageobjects.elements.PageElement errorState -
MULTI_SELECT_CONTAINER
public static final org.openqa.selenium.By MULTI_SELECT_CONTAINER -
glaSelect
-
ADD_BUTTON
protected static final org.openqa.selenium.By ADD_BUTTON -
directoryId
-
groupName
-
-
Constructor Details
-
ViewGroupAdministrationPage
public ViewGroupAdministrationPage() -
ViewGroupAdministrationPage
-
-
Method Details
-
init
public void init() -
addEntries
-
removeUser
-
selectEntry
-
getUrl
-
getGroupPanel
-
checkIfErrorState
public void checkIfErrorState() -
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
-