public class ResetPasswordPage extends AbstractCrowdPage
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 |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, 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 |
getErrorMessage() |
String |
getPassword() |
String |
getUrl() |
String |
getWarningMessage() |
ResetPasswordPage |
setConfirmPassword(String confirmPassword) |
ResetPasswordPage |
setPassword(String password) |
CrowdLoginPage |
submit() |
ResetPasswordPage |
submitExpectingFailure() |
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, 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()
public String getErrorMessage()
Copyright © 2020 Atlassian. All rights reserved.