Class 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 Detail

      • timeouts

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

      • EditorPreview

        public EditorPreview()
        Deprecated.
    • Method Detail

      • 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.