LikeSection
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class LikeSection extends Object implements PageComponent
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
Deprecated.
|
Constructor and Description |
---|
LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LikeSection |
clickLike()
Deprecated.
|
LikeSection |
clickUnlike()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getLikeButtonText()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getLikeSummaryText()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isLikedByCurrentUser()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isNotLikedByCurrentUser()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
likedByCurrentUserAndManyOthers(int num)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
onlyLikedByCurrentUser()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
onlyLikedByUser(String fullName)
Deprecated.
|
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
public LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement)
public LikeSection clickLike()
public LikeSection clickUnlike()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLikeButtonText()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLikeSummaryText()
public com.atlassian.pageobjects.elements.query.TimedCondition isLikedByCurrentUser()
public com.atlassian.pageobjects.elements.query.TimedCondition isNotLikedByCurrentUser()
public com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByCurrentUser()
public com.atlassian.pageobjects.elements.query.TimedCondition likedByCurrentUserAndManyOthers(int num)
public com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByUser(String fullName)
Copyright © 2003–2015 Atlassian. All rights reserved.