public class UserProfile extends Object
| Constructor and Description |
|---|
UserProfile(ConfluenceSeleniumClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
editProfileForUser(User user) |
String |
getViewMyProfileUrl() |
boolean |
hasDraftForContent(Page page) |
boolean |
hasDraftForContent(String pageTitle)
Returns true if the specified page has a Draft entry.
|
void |
openMyProfile() |
void |
setUserStatus(ConfluenceSeleniumAssertions assertThat,
String status) |
void |
viewDrafts() |
void |
viewFavouriteLabelInUsersProfile() |
void |
viewFavouritesInUsersProfile() |
void |
viewWatches() |
public UserProfile(ConfluenceSeleniumClient client)
public void openMyProfile()
public String getViewMyProfileUrl()
public void setUserStatus(ConfluenceSeleniumAssertions assertThat, String status)
public void viewFavouritesInUsersProfile()
public void viewFavouriteLabelInUsersProfile()
public void viewWatches()
public void editProfileForUser(User user)
public void viewDrafts()
public boolean hasDraftForContent(String pageTitle)
public boolean hasDraftForContent(Page page)
Copyright © 2003–2015 Atlassian. All rights reserved.