Class ViewPageEditComment
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
-
- com.atlassian.confluence.pageobjects.page.content.ViewPage
-
- com.atlassian.confluence.pageobjects.page.content.ViewPageEditComment
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated(since="8.7.0", forRemoval=true) public class ViewPageEditComment extends ViewPage
Deprecated, for removal: This API element is subject to removal in a future version.since 8.7.0 Use the same class in confluence-webdriver-pageobjects insteadPageobject for editing a comment via a full page load. E.g. https://localhost:8080/confluence/viewpage.action?pageId=1417511265&showComments=true&editComment=true&commentId=1459782169comment-1459782169
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.content.ViewPage
PAGE_ID_META_IDENTIFIER, SPACE_KEY_META_IDENTIFIER
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
pageEntity
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description ViewPageEditComment(String pageId, long commentID)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Editor
getCommentEditor()
Deprecated, for removal: This API element is subject to removal in a future version.String
getUrl()
Deprecated, for removal: This API element is subject to removal in a future version.com.atlassian.pageobjects.elements.query.TimedCondition
isCommentNotFoundErrorPresent()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.ViewPage
areEditorResourcesPreLoaded, canComment, canEdit, contentVisibleCondition, doWait, edit, editorContainerVisibleCondition, editShortcut, editShortcut, getBreadcrumbs, getComments, getLabels, getLabelSection, getMainContent, getPageEntity, getPageId, getPageRenderTimeStamp, getRenderedContent, getSpaceKey, getTextContent, getTextContent, getTextContentDocTheme, getTitle, getWatchDialog, isFavourite, openLabelsDialog, pageCommentsVisibleCondition, pageHasElement, quickCommentPromptVisibleCondition, sendKeysToWindow, toString, waitUntilEditorResourcesArePreloaded
-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete
-
-
-
-
Constructor Detail
-
ViewPageEditComment
public ViewPageEditComment(String pageId, long commentID)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCommentEditor
public Editor getCommentEditor()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isCommentNotFoundErrorPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isCommentNotFoundErrorPresent()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-