Class ViewGroupMembersPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.group.ViewGroupMembersPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page
Direct Known Subclasses:
ViewGroupMembersWithNestedGroupsEnabledPage

public class ViewGroupMembersPage extends AbstractCrowdPage
Please note that this page has two versions. This one, and second one(com.atlassian.crowd.pageobjects.group.ViewGroupMembersWithNestedGroupsEnabledPage), it is because of our current design. The page looks divergent depending whether nested groups are enabled or not.
See Also:
  • Field Details

    • URL

      protected static final String URL
      See Also:
    • GROUP_MEMBERS_CONTAINER_ID

      protected static final String GROUP_MEMBERS_CONTAINER_ID
      See Also:
    • MEMBER_ROW_SELECTOR

      protected static final org.openqa.selenium.By MEMBER_ROW_SELECTOR
    • DISPLAY_NAME_SELECTOR

      protected static final org.openqa.selenium.By DISPLAY_NAME_SELECTOR
    • NAME_SELECTOR

      protected static final org.openqa.selenium.By NAME_SELECTOR
    • EMAIL_SELECTOR

      protected static final org.openqa.selenium.By EMAIL_SELECTOR
    • ACTIVE_SELECTOR

      protected static final org.openqa.selenium.By ACTIVE_SELECTOR
    • MEMBER_ACTIONS_SELECTOR

      protected static final org.openqa.selenium.By MEMBER_ACTIONS_SELECTOR
    • groupMembersContainer

      protected com.atlassian.pageobjects.elements.PageElement groupMembersContainer
    • groupMembersTable

      protected com.atlassian.pageobjects.elements.PageElement groupMembersTable
    • MULTI_SELECT_CONTAINER

      public static final org.openqa.selenium.By MULTI_SELECT_CONTAINER
    • select2

      protected AtlaskitSelect select2
    • ADD_BUTTON

      protected static final org.openqa.selenium.By ADD_BUTTON
    • directoryId

      protected Long directoryId
    • groupName

      protected String groupName
  • Constructor Details

    • ViewGroupMembersPage

      public ViewGroupMembersPage()
    • ViewGroupMembersPage

      public ViewGroupMembersPage(Long directoryId, String groupName)
  • Method Details