public class ViewProfilePage extends AbstractJiraPage implements TabPage<ViewProfileTab>
body, driver, elementFinder, metaElement, pageBinder, timeouts| Constructor and Description |
|---|
ViewProfilePage() |
| Modifier and Type | Method and Description |
|---|---|
EditProfilePage |
edit() |
com.atlassian.pageobjects.elements.PageElement |
getMimeType() |
String |
getUrl() |
String |
getUserTitleName() |
<T extends ViewProfileTab> |
goBackTo(Class<T> tabClass) |
boolean |
hasActivityStream()
since v6.2
|
boolean |
hasFilters() |
boolean |
hasProfileDetails() |
boolean |
hasProfilePreferences() |
boolean |
hasTab(Class<? extends ViewProfileTab> tabClass)
Check whether this page has given tab.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
UserSummaryTab |
openSummaryTab() |
<T extends ViewProfileTab> |
openTab(Class<T> tabClass)
Open tab of given type.
|
UserAvatarDialog |
userAvatar() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic UserAvatarDialog userAvatar()
public EditProfilePage edit()
public String getUserTitleName()
public boolean hasFilters()
public boolean hasActivityStream()
public boolean hasProfileDetails()
public boolean hasProfilePreferences()
public com.atlassian.pageobjects.elements.PageElement getMimeType()
public UserSummaryTab openSummaryTab()
public <T extends ViewProfileTab> T openTab(Class<T> tabClass)
TabPageopenTab in interface TabPage<ViewProfileTab>T - tab parameter of the tabtabClass - type of the tabpublic <T extends ViewProfileTab> T goBackTo(Class<T> tabClass)
public boolean hasTab(Class<? extends ViewProfileTab> tabClass)
TabPagehasTab in interface TabPage<ViewProfileTab>tabClass - tab classtrue, if this page has the tabCopyright © 2002-2018 Atlassian. All Rights Reserved.