Class MovePageDialog
java.lang.Object
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
- All Implemented Interfaces:
PageComponent
Deprecated.
Page Object to handle move page dialog
-
Field Summary
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.<T extends com.atlassian.pageobjects.Page>
TclickCancel
(Class<T> pageObjectClazz, Object... args) Deprecated.Click on the cancel button in the dialog.final void
ready()
Deprecated.void
Deprecated.Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getTitle, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilVisible
-
Constructor Details
-
MovePageDialog
public MovePageDialog()Deprecated.
-
-
Method Details
-
breadCrumbWithSelectedText
@Deprecated public com.atlassian.pageobjects.elements.query.TimedCondition breadCrumbWithSelectedText(String text) Deprecated. -
ready
public final void ready()Deprecated. -
waitUntilHidden
public void waitUntilHidden()Deprecated.- Overrides:
waitUntilHidden
in classAbstractDialog
-
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 clickingargs
- optionally the arguments for the page object to bind- Returns:
- the view from the original page that triggered the dialog.
-
MovePageDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.