Class ViewGroupAdministrationPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.group.ViewGroupAdministrationPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewGroupAdministrationPage extends AbstractCrowdPage
  • Field Details

    • URL

      protected static final String URL
      See Also:
    • CONTAINER_ID

      protected static final String 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

      protected AtlaskitSelect glaSelect
    • ADD_BUTTON

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

      protected Long directoryId
    • groupName

      protected String groupName
  • Constructor Details

    • ViewGroupAdministrationPage

      public ViewGroupAdministrationPage()
    • ViewGroupAdministrationPage

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

    • init

      public void init()
    • addEntries

      public void addEntries(String... entryNames)
    • removeUser

      public void removeUser(String username)
    • selectEntry

      public void selectEntry(String entryName)
    • getUrl

      public String getUrl()
    • getGroupPanel

      public GroupPanel getGroupPanel()
    • checkIfErrorState

      public void checkIfErrorState()
    • isContentLoaded

      protected boolean isContentLoaded()
      Description copied from class: AbstractCrowdPage
      Returns whether the content has loaded. Used in AbstractCrowdPage.waitUntilContentLoaded(). Subclasses should override this method to wait for a distinguishing content to appear. E.g. a page title.
      Overrides:
      isContentLoaded in class AbstractCrowdPage