Class AbstractEditorPage<T extends AbstractViewPage,U extends AbstractEditorPage>
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage<T,U>
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
EditorPage
@Deprecated public abstract class AbstractEditorPage<T extends AbstractViewPage,U extends AbstractEditorPage> extends ConfluenceAbstractPage
Deprecated.in 5.8. UseAbstractEditorPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents a page that includes anEditor
.- Since:
- 4.1
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description T
cancel()
Deprecated.void
clearSessionToken()
Deprecated.void
clickUndoButton()
Deprecated.Perform click action to Undo Button in toolbar of editorEditorPage
discardDraftFromWarning()
Deprecated.void
dismissEditorNotifications()
Deprecated.Dismisses the warning messages that popup in the edit page, which hides certain buttons and elements, making them unclickable.void
dismissFlagMessages()
Deprecated.`span.aui-icon.icon-close` for AUI <= 8 `button.aui-close-button` for AUI >= 9void
doWaitUntilTinyMceIsInit()
Deprecated.AbstractEditorPage
edit()
Deprecated.Click edit from the preview screen.AbstractEditorPage<T,U>
focusOnTitle()
Deprecated.Editor
getEditor()
Deprecated.List<String>
getErrorFlagMessages()
Deprecated.List<String>
getErrorMessages()
Deprecated.ImagePropertyPanel
getImagePropertyPanel()
Deprecated.List<String>
getInforMessages()
Deprecated.Location
getLocation()
Deprecated.List<String>
getSuccessFlagMessages()
Deprecated.List<String>
getSuccessMessages()
Deprecated.String
getTitle()
Deprecated.List<String>
getWarningMessages()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasErrorMessage()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasExistingDraftMessage()
Deprecated.Is a message displayed about there being a pre-existing draft for this page?com.atlassian.pageobjects.elements.query.TimedCondition
hasMessages()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasSuccessFlagMessage()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasSuccessMessage()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
hasViewPreviousChanges()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
isBlogPost()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isPublishButtonDisabled()
Deprecated.boolean
isTitleEditable()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
isTitleFocused()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isUnpublishedChangesLozengeVisible()
Deprecated.ViewDraftDiffDialog
openDraftChangesDialogFromWarning()
Deprecated.ImageBrowserDialog
openImageDialog()
Deprecated.since 5.6 useEditor.openImageDialog()
InsertDropdownMenu
openInsertMenu()
Deprecated.since 5.6 useEditor.openInsertMenu()
MacroBrowserDialog
openMacroBrowser()
Deprecated.since 5.6 useEditor.openMacroBrowser()
WikiMarkupDialog
openWikiMarkupDialog()
Deprecated.since 5.6 useEditor.openWikiMarkupDialog()
T
overwrite()
Deprecated.EditorPage
resumeDraftFromWarning()
Deprecated.T
save()
Deprecated.U
saveAndExpectToFail()
Deprecated.T
saveWithEnterInVersionComment()
Deprecated.AbstractEditorPage<T,U>
setTitle(String title)
Deprecated.void
waitForStatusIcon()
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
-
doWaitUntilTinyMceIsInit
public void doWaitUntilTinyMceIsInit()
Deprecated.
-
setTitle
public AbstractEditorPage<T,U> setTitle(String title)
Deprecated.
-
focusOnTitle
public AbstractEditorPage<T,U> focusOnTitle()
Deprecated.
-
hasMessages
public com.atlassian.pageobjects.elements.query.TimedCondition hasMessages()
Deprecated.
-
hasErrorMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasErrorMessage()
Deprecated.
-
getTitle
public String getTitle()
Deprecated.
-
getEditor
public Editor getEditor()
Deprecated.
-
getLocation
public Location getLocation()
Deprecated.
-
isUnpublishedChangesLozengeVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isUnpublishedChangesLozengeVisible()
Deprecated.
-
isPublishButtonDisabled
public com.atlassian.pageobjects.elements.query.TimedCondition isPublishButtonDisabled()
Deprecated.
-
cancel
public T cancel()
Deprecated.
-
waitForStatusIcon
public void waitForStatusIcon()
Deprecated.
-
save
public T save()
Deprecated.
-
overwrite
public T overwrite()
Deprecated.
-
saveAndExpectToFail
public U saveAndExpectToFail()
Deprecated.
-
isTitleEditable
public boolean isTitleEditable()
Deprecated.
-
saveWithEnterInVersionComment
public T saveWithEnterInVersionComment()
Deprecated.
-
clearSessionToken
public void clearSessionToken()
Deprecated.
-
getImagePropertyPanel
public ImagePropertyPanel getImagePropertyPanel()
Deprecated.
-
hasSuccessMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessMessage()
Deprecated.
-
hasSuccessFlagMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessFlagMessage()
Deprecated.
-
dismissEditorNotifications
public void dismissEditorNotifications()
Deprecated.Dismisses the warning messages that popup in the edit page, which hides certain buttons and elements, making them unclickable. `span.aui-icon.icon-close` for AUI <= 8 `button.aui-close-button` for AUI >= 9
-
dismissFlagMessages
public void dismissFlagMessages()
Deprecated.`span.aui-icon.icon-close` for AUI <= 8 `button.aui-close-button` for AUI >= 9
-
openMacroBrowser
public MacroBrowserDialog openMacroBrowser()
Deprecated.since 5.6 useEditor.openMacroBrowser()
-
openWikiMarkupDialog
public WikiMarkupDialog openWikiMarkupDialog()
Deprecated.since 5.6 useEditor.openWikiMarkupDialog()
-
openImageDialog
public ImageBrowserDialog openImageDialog()
Deprecated.since 5.6 useEditor.openImageDialog()
-
openInsertMenu
public InsertDropdownMenu openInsertMenu()
Deprecated.since 5.6 useEditor.openInsertMenu()
-
hasViewPreviousChanges
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasViewPreviousChanges()
Deprecated.
-
hasExistingDraftMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasExistingDraftMessage()
Deprecated.Is a message displayed about there being a pre-existing draft for this page?
-
openDraftChangesDialogFromWarning
public ViewDraftDiffDialog openDraftChangesDialogFromWarning()
Deprecated.
-
discardDraftFromWarning
public EditorPage discardDraftFromWarning()
Deprecated.
-
resumeDraftFromWarning
public EditorPage resumeDraftFromWarning()
Deprecated.
-
edit
public AbstractEditorPage edit()
Deprecated.Click edit from the preview screen.
-
isTitleFocused
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isTitleFocused()
Deprecated.
-
isBlogPost
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isBlogPost()
Deprecated.
-
clickUndoButton
public void clickUndoButton()
Deprecated.Perform click action to Undo Button in toolbar of editor
-
-