Uses of Class
com.atlassian.confluence.pageobjects.page.content.ViewPage
-
Packages that use ViewPage Package Description com.atlassian.confluence.pageobjects com.atlassian.confluence.pageobjects.page.content -
-
Uses of ViewPage in com.atlassian.confluence.pageobjects
Methods in com.atlassian.confluence.pageobjects that return ViewPage Modifier and Type Method Description ViewPage
ConfluenceTestedProduct. loginAndView(User user, BlogPost blogPost)
Deprecated.ViewPage
ConfluenceTestedProduct. loginAndView(User user, Page page)
Deprecated.ViewPage
ConfluenceTestedProduct. viewPage(String pageId)
Deprecated. -
Uses of ViewPage in com.atlassian.confluence.pageobjects.page.content
Subclasses of ViewPage in com.atlassian.confluence.pageobjects.page.content Modifier and Type Class Description class
ViewPageAddComment
Deprecated.in 5.8.class
ViewPageAnonymous
Deprecated.in 5.8.class
ViewPageEditComment
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 insteadclass
ViewPageReplyComment
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 insteadMethods in com.atlassian.confluence.pageobjects.page.content that return ViewPage Modifier and Type Method Description ViewPage
CommentsSection.EditComment. cancel()
Cancel a comment in the quick editorViewPage
CommentsSection.EditComment. cancelWithDirtyEditor()
Cancel a comment in the quick editor, with a dirty editor.ViewPage
CommentsSection.EditComment. save()
ViewPage
Editor. saveWithKeyboardShortcut()
Deprecated.ViewPage
CommentsSection.EditComment. saveWithReload()
Deprecated.UseCommentsSection.EditComment.save()
instead
-