Class Editor
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.page.content.Editor
-
@Deprecated public class Editor extends Object
Deprecated.in 5.8. UseEditor
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents a Content Editor panel, including the top and bottom toolbars, but not including things like page titles. Note that this includes some fields that are only present for blogs, or pages, as well as ones present for comments.
-
-
Constructor Summary
Constructors Constructor Description Editor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clickCancel()
Deprecated.void
clickEdit()
Deprecated.void
clickOverwrite()
Deprecated.EditorPreview
clickPreview()
Deprecated.EditorPreview
clickPreviewInCommentEditor()
Deprecated.void
clickSave()
Deprecated.void
clickSaveAndVerifyNoPageReload()
Deprecated.void
closePageLayout2Menu()
Deprecated.Close page layouts toolbarvoid
closeSearchAndReplaceMenu()
Deprecated.EditorContent
getContent()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>
getSaveButtonText()
Deprecated.SourceEditor
getSourceEditor()
Deprecated.EditorMainToolbar
getToolbar()
Deprecated.com.atlassian.pageobjects.elements.PageElement
getToolTip()
Deprecated.long
getUndoLimit()
Deprecated.String
getVersionComment()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasDraftStatus()
Deprecated.boolean
hasNotifyWatchers()
Deprecated.boolean
hasRestrictionsSet()
Deprecated.boolean
hasVersionComment()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
hasViewAutosavedChanges()
Deprecated.void
hoverOverSave()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isActiveSaveButtonVisible()
Deprecated.Since 5.8boolean
isCancelVisibleNow()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isDirty()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isEditButtonVisible()
Deprecated.The editor's edit button, visible when you are in preview within the editor.com.atlassian.pageobjects.elements.query.TimedCondition
isEditorCurrentlyActive()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isQuickEdit()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isReady()
Deprecated.since 5.6 - UseisEditorCurrentlyActive()
to check if tinymce is currently active instead.boolean
isRestrictionsButtonVisible()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isSearchButtonVisible()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isTableToolbarOpen()
Deprecated.true if the Table toolbar is visiblecom.atlassian.pageobjects.elements.query.TimedCondition
isTinyMceInit()
Deprecated.since 5.6- UseisEditorCurrentlyActive()
to check if tinymce is currently active instead.com.atlassian.pageobjects.elements.query.TimedCondition
isUndoEnabled()
Deprecated.void
navigateToEditor()
Deprecated.ViewDraftDiffDialog
openDraftChangesDialogFromAutosave()
Deprecated.ImageBrowserDialog
openImageDialog()
Deprecated.InsertDropdownMenu
openInsertMenu()
Deprecated.LabelsDialog
openLabelsDialog()
Deprecated.LinkBrowserDialog
openLinkBrowserDialog()
Deprecated.MacroBrowserDialog
openMacroBrowser()
Deprecated.MovePageDialog
openMovePageDialog()
Deprecated.PageRestrictionsDialog
openRestrictionsDialog()
Deprecated.void
openSourceEditor()
Deprecated.WikiMarkupDialog
openWikiMarkupDialog()
Deprecated.ViewPage
saveWithKeyboardShortcut()
Deprecated.void
setUndoLimit(long limit)
Deprecated.void
setVersionComment(String versionCommentText)
Deprecated.PageLayout2Toolbar
showPageLayout2Menu()
Deprecated.SearchAndReplaceToolbar
showSearchAndReplaceMenu()
Deprecated.void
undo()
Deprecated.void
waitUntilEditorIsActivated()
Deprecated.
-
-
-
Method Detail
-
navigateToEditor
public void navigateToEditor()
Deprecated.
-
showPageLayout2Menu
public PageLayout2Toolbar showPageLayout2Menu()
Deprecated.
-
isUndoEnabled
public com.atlassian.pageobjects.elements.query.TimedCondition isUndoEnabled()
Deprecated.
-
undo
public void undo()
Deprecated.
-
closePageLayout2Menu
public void closePageLayout2Menu()
Deprecated.Close page layouts toolbar- Since:
- 5.6
-
showSearchAndReplaceMenu
public SearchAndReplaceToolbar showSearchAndReplaceMenu()
Deprecated.
-
closeSearchAndReplaceMenu
public void closeSearchAndReplaceMenu()
Deprecated.
-
isSearchButtonVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isSearchButtonVisible()
Deprecated.
-
clickCancel
public void clickCancel()
Deprecated.
-
openSourceEditor
public void openSourceEditor()
Deprecated.
-
getSourceEditor
public SourceEditor getSourceEditor()
Deprecated.
-
isCancelVisibleNow
public boolean isCancelVisibleNow()
Deprecated.
-
clickSave
public void clickSave()
Deprecated.
-
saveWithKeyboardShortcut
public ViewPage saveWithKeyboardShortcut()
Deprecated.
-
clickOverwrite
public void clickOverwrite()
Deprecated.
-
getSaveButtonText
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSaveButtonText()
Deprecated.
-
hoverOverSave
public void hoverOverSave()
Deprecated.
-
getToolTip
public com.atlassian.pageobjects.elements.PageElement getToolTip()
Deprecated.
-
setVersionComment
public void setVersionComment(String versionCommentText)
Deprecated.
-
getVersionComment
public String getVersionComment()
Deprecated.
-
hasVersionComment
public boolean hasVersionComment()
Deprecated.
-
hasNotifyWatchers
public boolean hasNotifyWatchers()
Deprecated.
-
openLabelsDialog
public LabelsDialog openLabelsDialog()
Deprecated.
-
openMovePageDialog
public MovePageDialog openMovePageDialog()
Deprecated.
-
isRestrictionsButtonVisible
public boolean isRestrictionsButtonVisible()
Deprecated.
-
openRestrictionsDialog
public PageRestrictionsDialog openRestrictionsDialog()
Deprecated.
-
hasRestrictionsSet
public boolean hasRestrictionsSet()
Deprecated.
-
clickPreviewInCommentEditor
public EditorPreview clickPreviewInCommentEditor()
Deprecated.
-
clickPreview
public EditorPreview clickPreview()
Deprecated.
-
hasDraftStatus
public com.atlassian.pageobjects.elements.query.TimedCondition hasDraftStatus()
Deprecated.
-
hasViewAutosavedChanges
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasViewAutosavedChanges()
Deprecated.
-
isEditButtonVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isEditButtonVisible()
Deprecated.The editor's edit button, visible when you are in preview within the editor.
-
isActiveSaveButtonVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isActiveSaveButtonVisible()
Deprecated.Since 5.8
-
clickEdit
public void clickEdit()
Deprecated.
-
openDraftChangesDialogFromAutosave
public ViewDraftDiffDialog openDraftChangesDialogFromAutosave()
Deprecated.
-
isQuickEdit
public com.atlassian.pageobjects.elements.query.TimedCondition isQuickEdit()
Deprecated.
-
isDirty
public com.atlassian.pageobjects.elements.query.TimedCondition isDirty()
Deprecated.
-
getContent
public EditorContent getContent()
Deprecated.
-
isReady
@Deprecated public com.atlassian.pageobjects.elements.query.TimedCondition isReady()
Deprecated.since 5.6 - UseisEditorCurrentlyActive()
to check if tinymce is currently active instead.
-
isEditorCurrentlyActive
public com.atlassian.pageobjects.elements.query.TimedCondition isEditorCurrentlyActive()
Deprecated.- Since:
- 5.6
-
waitUntilEditorIsActivated
public void waitUntilEditorIsActivated()
Deprecated.
-
isTinyMceInit
@Deprecated public com.atlassian.pageobjects.elements.query.TimedCondition isTinyMceInit()
Deprecated.since 5.6- UseisEditorCurrentlyActive()
to check if tinymce is currently active instead.
-
clickSaveAndVerifyNoPageReload
public void clickSaveAndVerifyNoPageReload()
Deprecated.- Since:
- 5.6
-
getUndoLimit
public long getUndoLimit()
Deprecated.
-
setUndoLimit
public void setUndoLimit(long limit)
Deprecated.
-
isTableToolbarOpen
public com.atlassian.pageobjects.elements.query.TimedCondition isTableToolbarOpen()
Deprecated.true if the Table toolbar is visible- Since:
- 5.6
-
openInsertMenu
public InsertDropdownMenu openInsertMenu()
Deprecated.
-
openWikiMarkupDialog
public WikiMarkupDialog openWikiMarkupDialog()
Deprecated.
-
openLinkBrowserDialog
public LinkBrowserDialog openLinkBrowserDialog()
Deprecated.
-
openMacroBrowser
public MacroBrowserDialog openMacroBrowser()
Deprecated.
-
openImageDialog
public ImageBrowserDialog openImageDialog()
Deprecated.
-
getToolbar
public EditorMainToolbar getToolbar()
Deprecated.
-
-