Class ViewUserProfilePage
- java.lang.Object
 - 
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
 - 
- com.atlassian.confluence.pageobjects.page.user.ViewUserProfilePage
 
 
 
- 
- All Implemented Interfaces:
 com.atlassian.pageobjects.Page
@Deprecated public class ViewUserProfilePage extends ConfluenceAbstractPage
Deprecated.in 5.8. UseViewUserProfilePageinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.This is the Page Object for viewing the current users Profile Page 
- 
- 
Field Summary
- 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ViewUserProfilePage()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EditUserProfilePageedit()Deprecated.StringgetEmail()Deprecated.StringgetTitle()Deprecated.StringgetUrl()Deprecated.- 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUrl
public String getUrl()
Deprecated. 
- 
edit
public EditUserProfilePage edit()
Deprecated. 
- 
getTitle
public String getTitle()
Deprecated. 
- 
getEmail
public String getEmail()
Deprecated. 
 - 
 
 -