java.lang.Object
com.atlassian.confluence.pageobjects.page.content.EditorPreview

@Deprecated public class EditorPreview extends Object
Deprecated.
in 5.8. Use EditorPreview instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Represents just the preview screen of an Editor.
  • Field Details

    • EDITOR_PREVIEW_IFRAME_ID

      public static final String EDITOR_PREVIEW_IFRAME_ID
      Deprecated.
      See Also:
    • timeouts

      @Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
      Deprecated.
    • frameExecutor

      @Inject protected ConfluenceFrameExecutor frameExecutor
      Deprecated.
  • Constructor Details

    • EditorPreview

      public EditorPreview()
      Deprecated.
  • Method Details

    • waitUntilLoaded

      public void waitUntilLoaded()
      Deprecated.
    • containsContent

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> containsContent(String expectedContent)
      Deprecated.
    • isLoaded

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isLoaded()
      Deprecated.
    • isSpinnerVisible

      public com.atlassian.pageobjects.elements.query.TimedCondition isSpinnerVisible()
      Deprecated.
    • isPreviewButtonVisible

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPreviewButtonVisible()
      Deprecated.
    • isCloseLinkDisabled

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isCloseLinkDisabled()
      Deprecated.
    • isEditButtonVisible

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isEditButtonVisible()
      Deprecated.