All Implemented Interfaces:
PageComponent

@Deprecated public class MovePageDialog extends AbstractDialog
Deprecated.
in 5.8. Use MovePageDialog instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Page Object to handle move page dialog
  • Constructor Details

    • MovePageDialog

      public MovePageDialog()
      Deprecated.
  • Method Details

    • ready

      public final void ready()
      Deprecated.
    • waitUntilHidden

      public void waitUntilHidden()
      Deprecated.
      Overrides:
      waitUntilHidden in class AbstractDialog
    • clickCancel

      public <T extends com.atlassian.pageobjects.Page> T clickCancel(Class<T> pageObjectClazz, Object... args)
      Deprecated.
      Click on the cancel button in the dialog. Should not reload the page.
      Parameters:
      pageObjectClazz - the page object to bind to after clicking
      args - optionally the arguments for the page object to bind
      Returns:
      the view from the original page that triggered the dialog.