Class AddApplicationDetailsPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.application.add.AddApplicationDetailsPage
- All Implemented Interfaces:
CrowdPage,com.atlassian.pageobjects.Page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementFields inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_FORM_FIELD_SELECTOR, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.openqa.selenium.WebElement>getUrl()nextPage()setApplicationType(String value) setDescription(String value) setPassword(String value) setPasswordConfirmation(String value) Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, selectOptionById, selectOptionByLabel, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
-
Field Details
-
applicationType
protected com.atlassian.pageobjects.elements.PageElement applicationType -
name
protected com.atlassian.pageobjects.elements.PageElement name -
description
protected com.atlassian.pageobjects.elements.PageElement description -
password
protected com.atlassian.pageobjects.elements.PageElement password -
passwordConfirmation
protected com.atlassian.pageobjects.elements.PageElement passwordConfirmation -
continueButton
protected com.atlassian.pageobjects.elements.PageElement continueButton
-
-
Constructor Details
-
AddApplicationDetailsPage
public AddApplicationDetailsPage()
-
-
Method Details
-
getUrl
-
nextPage
-
getErrors
-
setApplicationType
-
setName
-
setDescription
-
setPassword
-
setPasswordConfirmation
-