org.xwiki.administration.test.po
Class AbstractUserProfilePage

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
Direct Known Subclasses:
PreferencesUserProfilePage, ProfileUserProfilePage

public class AbstractUserProfilePage
extends ViewPage

Common page object for all Profile page tabs (profile tab, preferences tab, watchlist tab).

Since:
4.2M1
Version:
$Id: dd3df5d3790b5348a36478884d3528fe6ed153f9 $

Constructor Summary
AbstractUserProfilePage(String username)
           
 
Method Summary
 String getUsername()
           
 PreferencesUserProfilePage switchToPreferences()
           
 ProfileUserProfilePage 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

AbstractUserProfilePage

public AbstractUserProfilePage(String username)
Method Detail

getUsername

public String getUsername()

switchToProfile

public ProfileUserProfilePage switchToProfile()

switchToPreferences

public PreferencesUserProfilePage switchToPreferences()


Copyright © 2004-2012 XWiki. All Rights Reserved.