Class Dialog
java.lang.Object
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
com.atlassian.confluence.pageobjects.component.dialog.Dialog
- All Implemented Interfaces:
PageComponent
- Direct Known Subclasses:
ImageBrowserDialog,ImagePropertiesDialog,LabelsDialog,LinkBrowserDialog,MacroBrowserDialog,MentionsMenu,WikiMarkupDialog
Deprecated.
-
Field Summary
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
idFields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclickButton(String className, boolean waitForDialogToClose) Deprecated.voidDeprecated.Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.voidDeprecated.protected voidDeprecated.protected voidclickPageMenu(String menuItemText) Deprecated.protected com.atlassian.pageobjects.elements.PageElementDeprecated.protected List<com.atlassian.pageobjects.elements.PageElement>Deprecated.getTitle()Deprecated.Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
Constructor Details
-
Dialog
Deprecated.
-
-
Method Details
-
getTitle
Deprecated.- Overrides:
getTitlein classAbstractDialog
-
clickButton
Deprecated. -
clickLink
Deprecated. -
clickPageMenu
Deprecated. -
clickCancel
public void clickCancel()Deprecated.Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.Fails if link does not exist.
-
clickCancelAndWaitUntilClosed
public void clickCancelAndWaitUntilClosed()Deprecated. -
find
Deprecated. -
findAll
Deprecated.
-
Dialoginstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.