Class ViewProfilePage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.user.ViewProfilePage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class ViewProfilePage extends ConfluenceAbstractPage
Deprecated.in 5.8. UseViewProfilePage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.This is the Page Object for viewing another users Profile Page
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description ViewProfilePage(String name)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUrl()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasProfilePanel()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasTitle()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
Constructor Detail
-
ViewProfilePage
public ViewProfilePage(String name)
Deprecated.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.
-
hasProfilePanel
public com.atlassian.pageobjects.elements.query.TimedCondition hasProfilePanel()
Deprecated.
-
hasTitle
public com.atlassian.pageobjects.elements.query.TimedCondition hasTitle()
Deprecated.
-
-