com.atlassian.confluence.pageobjects.page.content
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
public class EditContentPage
- extends EditorPage
A representation of the edit content page.
- Since:
- 4.1
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage |
cancel, cancelDoNotBind, clearSessionToken, clickRedoButton, clickUndoButton, discardDraftFromWarning, dismissEditorNotifications, doWaitUntilTinyMceIsInit, edit, focusOnTitle, getBreadcrumbs, getContent, getEditor, getErrorMessages, getImageBrowserDialog, getImagePropertyPanel, getInforMessages, getLocation, getSuccessMessages, getTitle, getTitlePlaceholder, getWarningMessages, hasDraftStatus, hasExistingDraftMessage, hasPreviewContent, hasRestrictionsSet, hasSuccessMessage, hasViewAutosavedChanges, hasViewPreviousChanges, isBlogPost, isCancelVisibleNow, isDirty, isPermissionsSet, isPublishButtonDisabled, isQuickEdit, isRestrictionsButtonVisible, isTitleEditable, isTitleFocused, isTitleSelected, isUnpublishedChangesLozengeVisible, openDraftChangesDialogFromAutosave, openDraftChangesDialogFromWarning, openImageDialog, openInsertMenu, openLabelsDialog, openMacroBrowser, openMovePageDialog, openRestrictionsDialog, openWikiMarkupDialog, overwrite, preview, resumeDraftFromWarning, save, saveAndExpectToFail, saveWithEnterInVersionComment, saveWithKeyboardShortcut, setTitle, setVersionComment, showPageLayout2Menu |
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage |
back, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditContentPage
public EditContentPage()
EditContentPage
public EditContentPage(Page page)
EditContentPage
public EditContentPage(BlogPost blogPost)
EditContentPage
public EditContentPage(Draft draft)
EditContentPage
public EditContentPage(AbstractContentEntity page,
boolean passEditorAnchor)
- 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()
.
getUrl
public String getUrl()
hasEditPageUrl
public com.atlassian.pageobjects.elements.query.TimedCondition hasEditPageUrl()
Copyright © 2003–2015 Atlassian. All rights reserved.