com.atlassian.confluence.pageobjects.page.content
Class EditorPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage<ViewPage,CreatePage>
          extended by com.atlassian.confluence.pageobjects.page.content.EditorPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page
Direct Known Subclasses:
CreateBlog, CreatePage, EditContentPage

public abstract class EditorPage
extends AbstractEditorPage<ViewPage,CreatePage>

Represents a page that includes an Editor.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
EditorPage()
           
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
cancel, cancelDoNotBind, clearSessionToken, clickRedoButton, clickUndoButton, doWaitUntilTinyMceIsInit, edit, focusOnTitle, getBreadcrumbs, getContent, getEditor, getErrorMessages, getImageBrowserDialog, getImagePropertyPanel, getLocation, getPageLayoutMenu, getTitle, getWarningMessages, hasDraftStatus, hasExistingDraftMessage, hasPreviewContent, hasRestrictionsSet, hasViewAutosavedChanges, hasViewPreviousChanges, isCancelVisibleNow, isDirty, isPermissionsSet, isQuickEdit, isRestrictionsButtonVisible, isTitleEditable, isTitleFocused, isTitleSelected, openDraftChangesDialogFromAutosave, openDraftChangesDialogFromWarning, openImageDialog, openInsertMenu, openLabelsDialog, openMacroBrowser, openMovePageDialog, openRestrictionsDialog, openWikiMarkupDialog, overwrite, preview, 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
 
Methods inherited from interface com.atlassian.pageobjects.Page
getUrl
 

Constructor Detail

EditorPage

public EditorPage()


Copyright © 2003-2014 Atlassian. All Rights Reserved.