Class Dialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.AbstractDialog
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.Dialog
-
- All Implemented Interfaces:
PageComponent
- Direct Known Subclasses:
ImageBrowserDialog
,ImagePropertiesDialog
,LabelsDialog
,LinkBrowserDialog
,MacroBrowserDialog
,MentionsMenu
,WikiMarkupDialog
@Deprecated public class Dialog extends AbstractDialog
Deprecated.in 5.8. UseDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
clickButton(String className, boolean waitForDialogToClose)
Deprecated.void
clickCancel()
Deprecated.Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.void
clickCancelAndWaitUntilClosed()
Deprecated.protected void
clickLink(String className, boolean waitForDialogToClose)
Deprecated.protected void
clickPageMenu(String menuItemText)
Deprecated.protected com.atlassian.pageobjects.elements.PageElement
find(String cssSelector)
Deprecated.protected List<com.atlassian.pageobjects.elements.PageElement>
findAll(String cssSelector)
Deprecated.String
getTitle()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.selenium3.component.dialog.AbstractDialog
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
Constructor Detail
-
Dialog
public Dialog(String id)
Deprecated.
-
-
Method Detail
-
getTitle
public String getTitle()
Deprecated.- Overrides:
getTitle
in classAbstractDialog
-
clickButton
protected void clickButton(String className, boolean waitForDialogToClose)
Deprecated.
-
clickLink
protected void clickLink(String className, boolean waitForDialogToClose)
Deprecated.
-
clickPageMenu
protected void clickPageMenu(String menuItemText)
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
protected com.atlassian.pageobjects.elements.PageElement find(String cssSelector)
Deprecated.
-
-