Class ResetPasswordPage

All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ResetPasswordPage extends AbstractLoginPage
  • 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

      public ResetPasswordPage(String username, long directoryId, String token)
  • Method Details