public class ApplicationOptionsPage extends AbstractCrowdPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.CheckboxElement |
aliasingEnabled |
protected com.atlassian.pageobjects.elements.PageElement |
authWithoutPasswordConfirmDialog |
protected com.atlassian.pageobjects.elements.PageElement |
authWithoutPasswordConfirmDialogSubmitButton |
protected com.atlassian.pageobjects.elements.CheckboxElement |
authWithoutPasswordEnabled |
protected com.atlassian.pageobjects.elements.CheckboxElement |
lowerCaseOutput |
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 |
|---|
ApplicationOptionsPage(String paramName,
String paramValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
boolean |
hasAliasingEnabled() |
boolean |
hasAuthWithoutPasswordEnabled() |
boolean |
hasLowerCaseOutput() |
ApplicationOptionsPage |
setAliasingEnabled(boolean value) |
ApplicationOptionsPage |
setAuthWithoutPasswordEnabled(boolean value) |
ApplicationOptionsPage |
setLowerCaseOutput(boolean value) |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadprotected com.atlassian.pageobjects.elements.CheckboxElement lowerCaseOutput
protected com.atlassian.pageobjects.elements.CheckboxElement aliasingEnabled
protected com.atlassian.pageobjects.elements.CheckboxElement authWithoutPasswordEnabled
protected com.atlassian.pageobjects.elements.PageElement authWithoutPasswordConfirmDialog
protected com.atlassian.pageobjects.elements.PageElement authWithoutPasswordConfirmDialogSubmitButton
public boolean hasLowerCaseOutput()
public ApplicationOptionsPage setLowerCaseOutput(boolean value)
public boolean hasAliasingEnabled()
public ApplicationOptionsPage setAliasingEnabled(boolean value)
public boolean hasAuthWithoutPasswordEnabled()
public ApplicationOptionsPage setAuthWithoutPasswordEnabled(boolean value)
public String getUrl()
Copyright © 2021 Atlassian. All rights reserved.