Class ResetPasswordPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.AbstractLoginPage
com.atlassian.crowd.pageobjects.user.ResetPasswordPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.crowd.pageobjects.AbstractLoginPage
errorSection, successSection
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
changePassword
(String password) getUrl()
setConfirmPassword
(String confirmPassword) setPassword
(String password) submit()
Methods inherited from class com.atlassian.crowd.pageobjects.AbstractLoginPage
getErrorMessage, getReactMessage, getSuccessMessage
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
-
password
protected com.atlassian.pageobjects.elements.PageElement password -
confirmPassword
protected com.atlassian.pageobjects.elements.PageElement confirmPassword -
submitButton
protected com.atlassian.pageobjects.elements.PageElement submitButton -
warningMessageContainer
protected com.atlassian.pageobjects.elements.PageElement warningMessageContainer -
form
protected com.atlassian.pageobjects.elements.PageElement form
-
-
Constructor Details
-
ResetPasswordPage
public ResetPasswordPage() -
ResetPasswordPage
-
-
Method Details
-
getPassword
-
setPassword
-
getConfirmPassword
-
setConfirmPassword
-
changePassword
-
submit
-
submitExpectingFailure
-
canResetPassword
public boolean canResetPassword() -
getWarningMessage
-
getUrl
-