Class EditContentPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage<ViewPage,CreatePage>
-
- com.atlassian.confluence.pageobjects.page.content.EditorPage
-
- com.atlassian.confluence.pageobjects.page.content.EditContentPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class EditContentPage extends EditorPage
Deprecated.in 5.8. UseEditContentPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.A representation of the edit content page.- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.JavascriptExecutor
client
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description EditContentPage()
Deprecated.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.EditContentPage(BlogPost blogPost)
Deprecated.EditContentPage(Draft draft)
Deprecated.EditContentPage(Page page)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUrl()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasEditPageUrl()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
cancel, clearSessionToken, clickUndoButton, discardDraftFromWarning, dismissEditorNotifications, dismissFlagMessages, doWaitUntilTinyMceIsInit, edit, focusOnTitle, getEditor, getErrorFlagMessages, getErrorMessages, getImagePropertyPanel, getInforMessages, getLocation, getSuccessFlagMessages, getSuccessMessages, getTitle, getWarningMessages, hasErrorMessage, hasExistingDraftMessage, hasMessages, hasSuccessFlagMessage, hasSuccessMessage, hasViewPreviousChanges, isBlogPost, isPublishButtonDisabled, isTitleEditable, isTitleFocused, isUnpublishedChangesLozengeVisible, openDraftChangesDialogFromWarning, openImageDialog, openInsertMenu, openMacroBrowser, openWikiMarkupDialog, overwrite, resumeDraftFromWarning, save, saveAndExpectToFail, saveWithEnterInVersionComment, setTitle, waitForStatusIcon
-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete
-
-
-
-
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 thegetUrl()
.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.
-
hasEditPageUrl
public com.atlassian.pageobjects.elements.query.TimedCondition hasEditPageUrl()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classConfluenceAbstractPage
-
-