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.
Represents a page that includes an
Editor
.- Since:
- 4.1
-
Field Summary
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancel()
Deprecated.void
Deprecated.void
Deprecated.Perform click action to Undo Button in toolbar of editorDeprecated.void
Deprecated.Dismisses the warning messages that popup in the edit page, which hides certain buttons and elements, making them unclickable.void
Deprecated.`span.aui-icon.icon-close` for AUI <= 8 `button.aui-close-button` for AUI >= 9void
Deprecated.edit()
Deprecated.Click edit from the preview screen.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTitle()
Deprecated.Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.Is a message displayed about there being a pre-existing draft for this page?com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery
<Boolean> Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery
<Boolean> Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.boolean
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery
<Boolean> Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.Deprecated.Deprecated.since 5.6 useEditor.openImageDialog()
Deprecated.since 5.6 useEditor.openInsertMenu()
Deprecated.since 5.6 useEditor.openMacroBrowser()
Deprecated.since 5.6 useEditor.openWikiMarkupDialog()
Deprecated.Deprecated.save()
Deprecated.Deprecated.Deprecated.Deprecated.void
Deprecated.Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.pageobjects.Page
getUrl
-
Constructor Details
-
Method Details
-
doWaitUntilTinyMceIsInit
public void doWaitUntilTinyMceIsInit()Deprecated. -
setTitle
Deprecated. -
focusOnTitle
Deprecated. -
hasMessages
public com.atlassian.pageobjects.elements.query.TimedCondition hasMessages()Deprecated. -
hasErrorMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasErrorMessage()Deprecated. -
getTitle
Deprecated. -
getEditor
Deprecated. -
getLocation
Deprecated. -
isUnpublishedChangesLozengeVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isUnpublishedChangesLozengeVisible()Deprecated. -
isPublishButtonDisabled
public com.atlassian.pageobjects.elements.query.TimedCondition isPublishButtonDisabled()Deprecated. -
cancel
Deprecated. -
waitForStatusIcon
public void waitForStatusIcon()Deprecated. -
save
Deprecated. -
overwrite
Deprecated. -
saveAndExpectToFail
Deprecated. -
isTitleEditable
public boolean isTitleEditable()Deprecated. -
saveWithEnterInVersionComment
Deprecated. -
clearSessionToken
public void clearSessionToken()Deprecated. -
getImagePropertyPanel
Deprecated. -
getErrorMessages
Deprecated. -
getErrorFlagMessages
Deprecated. -
getWarningMessages
Deprecated. -
getInforMessages
Deprecated. -
hasSuccessMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessMessage()Deprecated. -
hasSuccessFlagMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessFlagMessage()Deprecated. -
getSuccessMessages
Deprecated. -
getSuccessFlagMessages
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
Deprecated.since 5.6 useEditor.openMacroBrowser()
-
openWikiMarkupDialog
Deprecated.since 5.6 useEditor.openWikiMarkupDialog()
-
openImageDialog
Deprecated.since 5.6 useEditor.openImageDialog()
-
openInsertMenu
Deprecated.since 5.6 useEditor.openInsertMenu()
-
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
Deprecated. -
discardDraftFromWarning
Deprecated. -
resumeDraftFromWarning
Deprecated. -
edit
Deprecated.Click edit from the preview screen. -
isTitleFocused
Deprecated. -
isBlogPost
Deprecated. -
clickUndoButton
public void clickUndoButton()Deprecated.Perform click action to Undo Button in toolbar of editor
-
AbstractEditorPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.