org.xwiki.administration.test.po
Class ProfileUserProfilePage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.test.ui.po.ViewPage
              extended by org.xwiki.administration.test.po.AbstractUserProfilePage
                  extended by org.xwiki.administration.test.po.ProfileUserProfilePage

public class ProfileUserProfilePage
extends AbstractUserProfilePage

Represents the User Profile Profile Tab.

Version:
$Id: 5f4a2a7bfa91a8c7cd9bd813d92579960594e65a $

Constructor Summary
ProfileUserProfilePage(String username)
           
 
Method Summary
 ChangeAvatarPage changeAvatarImage()
           
 ProfileEditPage editProfile()
           
 String getAvatarImageName()
           
 String getURL()
           
 String getUserAbout()
           
 String getUserAddress()
           
 String getUserBlog()
           
 String getUserBlogFeed()
           
 String getUserCompany()
           
 String getUserEmail()
           
 String getUserFirstName()
           
 String getUserLastName()
           
 String getUserPhone()
           
static ProfileUserProfilePage gotoPage(String username)
           
 void waitForProfileEditionToLoad()
           
 
Methods inherited from class org.xwiki.administration.test.po.AbstractUserProfilePage
getUsername, switchToPreferences, switchToProfile
 
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
 

Constructor Detail

ProfileUserProfilePage

public ProfileUserProfilePage(String username)
Method Detail

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.