Class ConfirmPasswordDialog

All Implemented Interfaces:
PageComponent

@Deprecated public class ConfirmPasswordDialog extends AbstractDialog
Deprecated.
in 5.8. Use ConfirmPasswordDialog instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Constructor Details

    • ConfirmPasswordDialog

      public ConfirmPasswordDialog()
      Deprecated.
  • Method Details

    • setPassword

      public ConfirmPasswordDialog setPassword(String password)
      Deprecated.
    • confirm

      public <P extends com.atlassian.pageobjects.Page> P confirm(Class<P> nextPage)
      Deprecated.