Class EditContentPage

  • All Implemented Interfaces:
    com.atlassian.pageobjects.Page

    @Deprecated
    public class EditContentPage
    extends EditorPage
    Deprecated.
    in 5.8. Use EditContentPage instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
    A representation of the edit content page.
    Since:
    4.1
    • Field Detail

      • client

        @Inject
        protected org.openqa.selenium.JavascriptExecutor client
        Deprecated.
    • Constructor Detail

      • EditContentPage

        public EditContentPage()
        Deprecated.
      • EditContentPage

        public EditContentPage​(Page page)
        Deprecated.
      • EditContentPage

        public EditContentPage​(BlogPost blogPost)
        Deprecated.
      • EditContentPage

        public EditContentPage​(Draft draft)
        Deprecated.
      • EditContentPage

        public EditContentPage​(AbstractContentEntity page,
                               boolean passEditorAnchor)
        Deprecated.
        For the sake of supporting old browsers, you can actually load the quick editor but loading any viewpage with a #editor anchor. Use this constructor to do so, it will affect the getUrl().
    • Method Detail

      • getUrl

        public String getUrl()
        Deprecated.
      • hasEditPageUrl

        public com.atlassian.pageobjects.elements.query.TimedCondition hasEditPageUrl()
        Deprecated.