CommentsSection
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class CommentsSection extends Object
ViewPage
Modifier and Type | Class and Description |
---|---|
static class |
CommentsSection.Comment
Deprecated.
Represents a comment in view mode
|
static class |
CommentsSection.EditComment
Deprecated.
Comment in edit mode (it can be a top level or reply comment as well)
|
static class |
CommentsSection.NewComment
Deprecated.
Represents the editor for a new comment
|
static class |
CommentsSection.NewReply
Deprecated.
Represents the editor for a new reply
|
static class |
CommentsSection.QuickEdit
Deprecated.
Represent the editor for editing an existing comment
|
static class |
CommentsSection.UserLogo
Deprecated.
Represent user profile in a quick comment
|
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.WebDriver |
driver
Deprecated.
|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
Deprecated.
|
Constructor and Description |
---|
CommentsSection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CommentsSection.NewComment |
add()
Deprecated.
|
CommentsSection.NewComment |
addUsingShortcut()
Deprecated.
|
CommentsSection.NewComment |
addUsingShortcut(String extraKeys)
Deprecated.
Trigger the comment dialog using the keyboard shortcut and immediately type more keys.
|
CommentsSection.NewComment |
addWithFallback()
Deprecated.
This will be removed when we completely remove slow comment
|
CommentsSection.Comment |
get(int index)
Deprecated.
|
String |
getTextContent()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isNewCommentVisible()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isTopLevelCommentAreaVisible()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isTopLevelCommentEditorVisible()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isVisible()
Deprecated.
|
int |
size()
Deprecated.
since 5.5, use
timedSize() , which returns an TimedQuery instead. |
com.atlassian.pageobjects.elements.query.TimedQuery<Integer> |
timedSize()
Deprecated.
|
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected org.openqa.selenium.WebDriver driver
public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isTopLevelCommentAreaVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isTopLevelCommentEditorVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isNewCommentVisible()
@Deprecated public int size()
timedSize()
, which returns an TimedQuery
instead.public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> timedSize()
TimedQuery
, that represents how many comments currently exists.public CommentsSection.Comment get(int index)
public CommentsSection.NewComment add()
public CommentsSection.NewComment addUsingShortcut()
public CommentsSection.NewComment addUsingShortcut(String extraKeys)
public CommentsSection.NewComment addWithFallback()
public String getTextContent()
Copyright © 2003–2018 Atlassian. All rights reserved.