All Implemented Interfaces:
PageComponent
Direct Known Subclasses:
ImageBrowserDialog, ImagePropertiesDialog, LabelsDialog, LinkBrowserDialog, MacroBrowserDialog, MentionsMenu, WikiMarkupDialog

@Deprecated public class Dialog extends AbstractDialog
Deprecated.
in 5.8. Use Dialog instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Constructor Details

    • Dialog

      public Dialog(String id)
      Deprecated.
  • Method Details

    • getTitle

      public String getTitle()
      Deprecated.
      Overrides:
      getTitle in class AbstractDialog
    • 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.
    • findAll

      protected List<com.atlassian.pageobjects.elements.PageElement> findAll(String cssSelector)
      Deprecated.