Class MovePageDialog

  • 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 Detail

      • MovePageDialog

        public MovePageDialog()
        Deprecated.
    • Method Detail

      • breadCrumbWithSelectedText

        @Deprecated
        public com.atlassian.pageobjects.elements.query.TimedCondition breadCrumbWithSelectedText​(String text)
        Deprecated.
      • ready

        public final void ready()
        Deprecated.
      • 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.