com.atlassian.confluence.pageobjects.page.content
Class ViewPageAddComment

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
          extended by com.atlassian.confluence.pageobjects.page.content.ViewPage
              extended by com.atlassian.confluence.pageobjects.page.content.ViewPageAddComment
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewPageAddComment
extends ViewPage

Pageobject for adding a comment via a full page load. E.g. http://localhost:8080/confluence/display/TST/Test+Page?showComments=true&showCommentArea=true#addcomment


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, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
ViewPageAddComment(AbstractPageEntity pageEntity)
           
ViewPageAddComment(java.lang.String pageId)
           
 
Method Summary
 Editor getCommentEditor()
           
 java.lang.String getUrl()
           
 com.atlassian.pageobjects.elements.query.TimedCondition hasCaptchaResponse()
           
 com.atlassian.pageobjects.elements.query.TimedCondition hasTinyMce()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.ViewPage
addCommentRTEVisibleCondition, areEditorResourcesPreLoaded, canEdit, canEditLabels, clickOnBody, clickPageModificationLink, commentsSectionPresentCondition, contentVisibleCondition, doWait, edit, editorContainerVisibleCondition, editShortcut, editShortcut, findQuickReloadDialog, getBreadcrumbs, getComments, getLabels, getLabelSection, getLikeSection, getMainContent, getPageEntity, getPageId, getPageRenderTimeStamp, getRenderedContent, getSpaceKey, getTextContent, getTextContent, getTextContentDocTheme, getTitle, getWatchDialog, hasPageRestrictions, isFavourite, openHelpDialogWithShortcut, openLabelsDialog, openLabelsDialogViaKeyboard, openRestrictionsDialog, pageCommentsVisibleCondition, pageHasElement, quickCommentPromptVisibleCondition, toString, waitUntilEditorResourcesArePreloaded
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewPageAddComment

public ViewPageAddComment(AbstractPageEntity pageEntity)

ViewPageAddComment

public ViewPageAddComment(java.lang.String pageId)
Method Detail

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page
Overrides:
getUrl in class ViewPage

getCommentEditor

public Editor getCommentEditor()

hasTinyMce

public com.atlassian.pageobjects.elements.query.TimedCondition hasTinyMce()

hasCaptchaResponse

public com.atlassian.pageobjects.elements.query.TimedCondition hasCaptchaResponse()


Copyright © 2003-2014 Atlassian. All Rights Reserved.