Class MacroBrowserDialog

  • All Implemented Interfaces:
    PageComponent

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

      • MacroBrowserDialog

        public MacroBrowserDialog()
        Deprecated.
    • Method Detail

      • searchForFirst

        public MacroItem searchForFirst​(String text)
        Deprecated.
        Returns the first item matching macro search text.

        Should be fairly safe if the search text is the macro name.

      • isSelectedCategory

        public com.atlassian.pageobjects.elements.query.TimedCondition isSelectedCategory​(Macro.Category category)
        Deprecated.
      • selectCategory

        public void selectCategory​(Macro.Category category)
        Deprecated.
      • waitUntilMacroBrowserVisible

        public void waitUntilMacroBrowserVisible()
        Deprecated.
      • selectReturn

        public void selectReturn()
        Deprecated.
      • selectEnter

        public void selectEnter()
        Deprecated.
      • preview

        public MacroBrowserPreview preview()
        Deprecated.
        Triggers the preview and returns the preview frame page object.
      • getPreview

        public MacroBrowserPreview getPreview()
        Deprecated.
        Returns the preview frame page object without triggering a preview.
      • isSaveButtonEnabled

        public com.atlassian.pageobjects.elements.query.TimedCondition isSaveButtonEnabled()
        Deprecated.
        Since:
        5.6
      • clickSave

        public void clickSave()
        Deprecated.