Class WikiMarkupDialog

  • All Implemented Interfaces:
    PageComponent

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

      • WikiMarkupDialog

        public WikiMarkupDialog()
        Deprecated.
    • Method Detail

      • getContent

        public com.atlassian.pageobjects.elements.query.TimedQuery<String> getContent()
        Deprecated.
      • getElementCssInsidePreview

        public com.atlassian.pageobjects.elements.query.TimedQuery<String> getElementCssInsidePreview​(String elementSelector,
                                                                                                      String css)
        Deprecated.
      • getPreviewHtml

        public com.atlassian.pageobjects.elements.query.TimedQuery<String> getPreviewHtml()
        Deprecated.
        Gets the trimmed version of the preview dialog content.
      • clickInsert

        public void clickInsert()
        Deprecated.
      • clickCancel

        public void clickCancel()
        Deprecated.
        Description copied from class: Dialog
        Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.

        Fails if link does not exist.

        Overrides:
        clickCancel in class Dialog