org.xwiki.administration.test.po
Class ProfileUserProfilePage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.administration.test.po.AbstractUserProfilePage
org.xwiki.administration.test.po.ProfileUserProfilePage
public class ProfileUserProfilePage
- extends AbstractUserProfilePage
Represents the User Profile Profile Tab.
- Version:
- $Id: 5f4a2a7bfa91a8c7cd9bd813d92579960594e65a $
| Methods inherited from class org.xwiki.test.ui.po.ViewPage |
canDelete, clickBreadcrumbLink, clickWantedLink, copy, createPage, createSpace, delete, editSection, exists, getBreadcrumbContent, getContent, getCurrentUser, getDocumentTitle, hasBreadcrumbContent, hasLoginLink, isInlinePage, login, logout, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, register, waitForDocExtraPaneActive, waitUntilContent, watchDocument, watchSpace |
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded |
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileUserProfilePage
public ProfileUserProfilePage(String username)
gotoPage
public static ProfileUserProfilePage gotoPage(String username)
editProfile
public ProfileEditPage editProfile()
waitForProfileEditionToLoad
public void waitForProfileEditionToLoad()
getURL
public String getURL()
getUserFirstName
public String getUserFirstName()
getUserLastName
public String getUserLastName()
getUserCompany
public String getUserCompany()
getUserAbout
public String getUserAbout()
getUserEmail
public String getUserEmail()
getUserPhone
public String getUserPhone()
getUserAddress
public String getUserAddress()
getUserBlog
public String getUserBlog()
getUserBlogFeed
public String getUserBlogFeed()
changeAvatarImage
public ChangeAvatarPage changeAvatarImage()
getAvatarImageName
public String getAvatarImageName()
Copyright © 2004-2012 XWiki. All Rights Reserved.