Class DraftsPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.user.DraftsPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class DraftsPage extends ConfluenceAbstractPage
Deprecated.in 5.8. UseDraftsPageinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Shows the users drafts on /confluence/users/viewmydrafts.action
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description DraftsPage()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddiscardDraftForContent(String pageTitle)Deprecated.StringgetUrl()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionhasDraftForContent(String pageTitle)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionhasNoDrafts()Deprecated.EditorPageresumeDraftForContent(String pageTitle)Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
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.
-
-