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. Use AbstractEditorPage instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Represents a page that includes an Editor.
Since:
4.1
  • Constructor Details

    • AbstractEditorPage

      public AbstractEditorPage(Class<T> classWhenSaving, Class<U> classWhenFailing, String pageMetaIdentifier)
      Deprecated.
  • Method Details

    • 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.
    • getErrorMessages

      public List<String> getErrorMessages()
      Deprecated.
    • getErrorFlagMessages

      public List<String> getErrorFlagMessages()
      Deprecated.
    • getWarningMessages

      public List<String> getWarningMessages()
      Deprecated.
    • getInforMessages

      public List<String> getInforMessages()
      Deprecated.
    • hasSuccessMessage

      public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessMessage()
      Deprecated.
    • hasSuccessFlagMessage

      public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessFlagMessage()
      Deprecated.
    • getSuccessMessages

      public List<String> getSuccessMessages()
      Deprecated.
    • getSuccessFlagMessages

      public List<String> 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

      public MacroBrowserDialog openMacroBrowser()
      Deprecated.
    • openWikiMarkupDialog

      public WikiMarkupDialog openWikiMarkupDialog()
      Deprecated.
    • openImageDialog

      public ImageBrowserDialog openImageDialog()
      Deprecated.
    • openInsertMenu

      public InsertDropdownMenu openInsertMenu()
      Deprecated.
    • 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