public class ViewGroupAdministrationPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected static org.openqa.selenium.By |
ADD_BUTTON |
protected static String |
CONTAINER_ID |
protected Long |
directoryId |
protected static org.openqa.selenium.By |
ENTRY_SELECTOR |
protected com.atlassian.pageobjects.elements.PageElement |
errorState |
protected AtlaskitSelect |
glaSelect |
protected com.atlassian.pageobjects.elements.PageElement |
groupAdminsContainer |
protected com.atlassian.pageobjects.elements.PageElement |
groupAdminsTable |
protected String |
groupName |
protected static org.openqa.selenium.By |
MEMBER_ACTIONS_SELECTOR |
protected static org.openqa.selenium.By |
MEMBER_ROW_SELECTOR |
static org.openqa.selenium.By |
MULTI_SELECT_CONTAINER |
protected static String |
URL |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
Constructor and Description |
---|
ViewGroupAdministrationPage() |
ViewGroupAdministrationPage(Long directoryId,
String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
addEntries(String... entryNames) |
void |
checkIfErrorState() |
GroupPanel |
getGroupPanel() |
String |
getUrl() |
void |
init() |
protected boolean |
isContentLoaded()
Returns whether the content has loaded.
|
void |
removeUser(String username) |
void |
selectEntry(String entryName) |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected static final String URL
protected static final String CONTAINER_ID
protected static final org.openqa.selenium.By ENTRY_SELECTOR
protected static final org.openqa.selenium.By MEMBER_ROW_SELECTOR
protected static final org.openqa.selenium.By MEMBER_ACTIONS_SELECTOR
protected com.atlassian.pageobjects.elements.PageElement groupAdminsContainer
protected com.atlassian.pageobjects.elements.PageElement groupAdminsTable
protected com.atlassian.pageobjects.elements.PageElement errorState
public static final org.openqa.selenium.By MULTI_SELECT_CONTAINER
protected AtlaskitSelect glaSelect
protected static final org.openqa.selenium.By ADD_BUTTON
protected Long directoryId
protected String groupName
public void init()
public void addEntries(String... entryNames)
public void removeUser(String username)
public void selectEntry(String entryName)
public String getUrl()
public GroupPanel getGroupPanel()
public void checkIfErrorState()
protected boolean isContentLoaded()
AbstractCrowdPage
AbstractCrowdPage.waitUntilContentLoaded()
. Subclasses should override
this method to wait for a distinguishing content to appear. E.g. a page title.isContentLoaded
in class AbstractCrowdPage
Copyright © 2021 Atlassian. All rights reserved.