Class DraftsPage

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

    @Deprecated
    public class DraftsPage
    extends ConfluenceAbstractPage
    Deprecated.
    in 5.8. Use DraftsPage instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
    Shows the users drafts on /confluence/users/viewmydrafts.action
    • Constructor Detail

      • DraftsPage

        public DraftsPage()
        Deprecated.
    • Method Detail

      • getUrl

        public String getUrl()
        Deprecated.
      • hasNoDrafts

        public com.atlassian.pageobjects.elements.query.TimedCondition hasNoDrafts()
        Deprecated.
      • hasDraftForContent

        public com.atlassian.pageobjects.elements.query.TimedCondition hasDraftForContent​(String pageTitle)
        Deprecated.
      • resumeDraftForContent

        public EditorPage resumeDraftForContent​(String pageTitle)
        Deprecated.
      • discardDraftForContent

        public void discardDraftForContent​(String pageTitle)
        Deprecated.