public class AddGroupPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.CheckboxElement |
active |
protected com.atlassian.pageobjects.elements.PageElement |
description |
protected com.atlassian.pageobjects.elements.SelectElement |
directoryID |
protected com.atlassian.pageobjects.elements.PageElement |
name |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
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 |
---|
AddGroupPage() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDirectory() |
String |
getName() |
String |
getUrl() |
AddGroupPage |
setDescription(String value) |
AddGroupPage |
setDirectoryById(long directoryId) |
AddGroupPage |
setDirectoryByName(String directoryName) |
AddGroupPage |
setName(String value) |
AddGroupPage |
submitExpectingFailure() |
ViewGroupPage |
submitExpectingSuccess() |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement name
protected com.atlassian.pageobjects.elements.PageElement description
protected com.atlassian.pageobjects.elements.SelectElement directoryID
protected com.atlassian.pageobjects.elements.CheckboxElement active
protected com.atlassian.pageobjects.elements.PageElement submitButton
public String getName()
public AddGroupPage setName(String value)
public String getDescription()
public AddGroupPage setDescription(String value)
public String getDirectory()
public AddGroupPage setDirectoryById(long directoryId)
public AddGroupPage setDirectoryByName(String directoryName)
public ViewGroupPage submitExpectingSuccess()
public AddGroupPage submitExpectingFailure()
public String getUrl()
Copyright © 2021 Atlassian. All rights reserved.