public class ResetPasswordPage extends AbstractLoginPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
confirmPassword |
protected com.atlassian.pageobjects.elements.PageElement |
form |
protected com.atlassian.pageobjects.elements.PageElement |
password |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
protected com.atlassian.pageobjects.elements.PageElement |
warningMessageContainer |
errorSection, successSection
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 and Description |
---|
ResetPasswordPage() |
ResetPasswordPage(String username,
long directoryId,
String token) |
Modifier and Type | Method and Description |
---|---|
boolean |
canResetPassword() |
ResetPasswordPage |
changePassword(String password) |
String |
getConfirmPassword() |
String |
getPassword() |
String |
getUrl() |
String |
getWarningMessage() |
ResetPasswordPage |
setConfirmPassword(String confirmPassword) |
ResetPasswordPage |
setPassword(String password) |
CrowdLoginPage |
submit() |
ResetPasswordPage |
submitExpectingFailure() |
getErrorMessage, getReactMessage, getSuccessMessage
bindAndWaitUntilPageLoad, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement password
protected com.atlassian.pageobjects.elements.PageElement confirmPassword
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected com.atlassian.pageobjects.elements.PageElement warningMessageContainer
protected com.atlassian.pageobjects.elements.PageElement form
public String getPassword()
public ResetPasswordPage setPassword(String password)
public String getConfirmPassword()
public ResetPasswordPage setConfirmPassword(String confirmPassword)
public ResetPasswordPage changePassword(String password)
public CrowdLoginPage submit()
public ResetPasswordPage submitExpectingFailure()
public boolean canResetPassword()
public String getWarningMessage()
public String getUrl()
Copyright © 2024 Atlassian. All rights reserved.