Class MacroBrowserPreview

java.lang.Object
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserPreview
All Implemented Interfaces:
PageComponent

@Deprecated public class MacroBrowserPreview extends ConfluenceAbstractPageComponent
Deprecated.
in 5.8. Use MacroBrowserPreview instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Provides methods for viewing the content of the preview iframe of the Macro Browser.
  • Constructor Details

    • MacroBrowserPreview

      public MacroBrowserPreview(com.atlassian.pageobjects.elements.PageElement iframe)
      Deprecated.
  • Method Details

    • getText

      public String getText()
      Deprecated.
    • find

      public com.atlassian.pageobjects.elements.PageElement find(org.openqa.selenium.By locator)
      Deprecated.