Class ViewUserProfilePage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.selenium3.page.user.ViewUserProfilePage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class ViewUserProfilePage extends ConfluenceAbstractPage
Deprecated.in 5.8. UseViewUserProfilePage
instead 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.selenium3.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 EditUserProfilePage
edit()
Deprecated.String
getEmail()
Deprecated.String
getTitle()
Deprecated.String
getUrl()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.selenium3.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.
-
-