Class CommentsSection.NewComment
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
- com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
-
- com.atlassian.confluence.pageobjects.page.content.CommentsSection.NewComment
-
- Enclosing class:
- CommentsSection
public static class CommentsSection.NewComment extends CommentsSection.EditComment
Represents the editor for a new comment
-
-
Constructor Summary
Constructors Constructor Description NewComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.fugue.Option<String>
getAnonymousWarning()
com.atlassian.fugue.Option<URI>
getAnonymousWarningLoginLink()
get the login link from the anonymous warning message boxcom.atlassian.pageobjects.elements.query.TimedCondition
isNewCommentEditorVisible()
boolean
isSlowComment()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
cancel, cancelWithDirtyEditor, cancelWithoutWaitForBind, captchaVisibleCondition, clickSave, editUsingShortcut, enterCaptcha, getCaptchaUrl, getEditor, getPreviewText, getUserProfile, isSaveBarVisible, isSaveButtonDisplayedInScreen, isWarningMessageVisible, loadingContainerVisibleCondition, preview, previewVisibleCondition, save, saveWithoutReload, saveWithReload, waitForEditorClosed, waitForTinyMCE, watchThisPageCheckboxVisibleCondition, watchThisPageCheckboxVisibleTimedCondition
-
Methods inherited from class com.atlassian.confluence.pageobjects.component.editor.EditorContent
autocompleteMacro, clear, clickEditInlineMacro, clickInContent, clickOnInlinetask, doubleClickEditInlineMacro, elementSelectionNumberOfMatches, focus, getAttributeInSelection, getContainerSize, getCurrentSearchMatchText, getEditorVersion, getEmbeddedImages, getEmbededLinks, getHtml, getImageHeight, getInnerHTMLOfCurrentCursorPosition, getRenderedContent, getSelectorParentText, getTextInSelection, getTimedHtml, getTimedNormalizedHtml, hasInlineMacro, hasLayout, hasMacro, hasMacro, hasMacroPlaceholder, hasPageLinkWithExplicitSpaceKey, htmlContains, isContentVisible, isElementPresentInEditorContentTimed, isImagePresent, isImagePresentBySrc, isVisble, isVisible, macroPlaceholderFor, mentionsAutocomplete, normalizedHtmlContains, normalizeHtml, pasteContent, placeCursor, placeCursorAtEnd, placeCursorAtStart, putCursorAtStartOfElementWithSelectorAndIndex, select, selectElementWithSelectorAndIndex, selectFirstElementWithSelector, selectFirstParagraph, sendKeys, setContent, setContentInColumn, setContentViaJs, type, typeIn, typeInColumn, typeWithoutLosingFocus, undo, waitForInlineMacro, waitForInlineMacroWithDefaultParameter, waitForInlineMacroWithParameters, waitForMacroBody, waitForMacroBodyInColumn, waitForMacroWithParameters, waitForMacroWithParameters, waitForTextContent, waitUntilMetaDataIsPopulated
-
-
-
-
Method Detail
-
isNewCommentEditorVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isNewCommentEditorVisible()
-
isSlowComment
@Deprecated public boolean isSlowComment()
Deprecated.
-
getAnonymousWarning
public com.atlassian.fugue.Option<String> getAnonymousWarning()
-
getAnonymousWarningLoginLink
public com.atlassian.fugue.Option<URI> getAnonymousWarningLoginLink()
get the login link from the anonymous warning message box- Returns:
-
-