Class ViewGroupMembersWithNestedGroupsEnabledPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.group.ViewGroupMembersPage
com.atlassian.crowd.pageobjects.group.ViewGroupMembersWithNestedGroupsEnabledPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.atlassian.crowd.pageobjects.group.ViewGroupMembersPage
ViewGroupMembersPage.GroupMemberRow, ViewGroupMembersPage.GroupMemberRowMatcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.crowd.pageobjects.group.ViewGroupMembersPage
ACTIVE_SELECTOR, ADD_BUTTON, directoryId, DISPLAY_NAME_SELECTOR, EMAIL_SELECTOR, GROUP_MEMBERS_CONTAINER_ID, groupMembersContainer, groupMembersTable, groupName, MEMBER_ACTIONS_SELECTOR, MEMBER_ROW_SELECTOR, MULTI_SELECT_CONTAINER, NAME_SELECTOR, select2, URL
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
ConstructorsConstructorDescriptionViewGroupMembersWithNestedGroupsEnabledPage
(Long directoryId, String groupName) -
Method Summary
Methods inherited from class com.atlassian.crowd.pageobjects.group.ViewGroupMembersPage
addEntries, clearSelectedEntries, getGroupMembers, getGroupPanel, getUrl, init, removeUser, selectEntries, selectEntry
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
-
addGroupsButton
protected com.atlassian.pageobjects.elements.PageElement addGroupsButton -
groupsMembersTable
protected com.atlassian.pageobjects.elements.PageElement groupsMembersTable -
usersMembersTable
protected com.atlassian.pageobjects.elements.PageElement usersMembersTable -
removeGroupsButton
protected com.atlassian.pageobjects.elements.PageElement removeGroupsButton -
addUsersButton
protected com.atlassian.pageobjects.elements.PageElement addUsersButton -
removeUsersButton
protected com.atlassian.pageobjects.elements.PageElement removeUsersButton -
errorMessage
protected com.atlassian.pageobjects.elements.PageElement errorMessage -
groupsForm
protected com.atlassian.pageobjects.elements.PageElement groupsForm
-
-
Constructor Details
-
ViewGroupMembersWithNestedGroupsEnabledPage
public ViewGroupMembersWithNestedGroupsEnabledPage() -
ViewGroupMembersWithNestedGroupsEnabledPage
-
-
Method Details
-
enterAddGroupsPicker
-
canAddGroups
public boolean canAddGroups() -
enterRemoveGroupsPicker
-
canRemoveGroups
public boolean canRemoveGroups() -
enterAddUsersPicker
-
canAddUsers
public boolean canAddUsers() -
enterRemoveUsersPicker
-
canRemoveUsers
public boolean canRemoveUsers() -
getNestedGroups
-
getUsers
-
getError
-
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 classViewGroupMembersPage
-