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, 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 instead
Pageobject for editing a comment via a full page load. E.g.
https://localhost:8080/confluence/viewpage.action?pageId=1417511265&showComments=true&editComment=true&commentId=1459782169&#comment-1459782169
-
Field Summary
Fields inherited from class com.atlassian.confluence.pageobjects.page.content.ViewPage
PAGE_ID_META_IDENTIFIER, SPACE_KEY_META_IDENTIFIERFields inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
pageEntityFields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, pageBinder, pageElementFinder, serverPerformance, timeouts, urlXsrfToken, waitTimeout -
Constructor Summary
ConstructorsConstructorDescriptionViewPageEditComment(String pageId, long commentID) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getUrl()Deprecated, for removal: This API element is subject to removal in a future version.com.atlassian.pageobjects.elements.query.TimedConditionDeprecated, 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, waitUntilEditorResourcesArePreloadedMethods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, getAlert, getAtlassianToken, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete
-
Constructor Details
-
ViewPageEditComment
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-