org.xwiki.administration.test.po
Class PreferencesUserProfilePage

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.PreferencesUserProfilePage

public class PreferencesUserProfilePage
extends AbstractUserProfilePage

Represents the User Profile Preferences Tab.

Version:
$Id: e256476a6d687bd63621e27fb662319f19839f22 $

Constructor Summary
PreferencesUserProfilePage(String username)
           
 
Method Summary
 ChangePasswordPage changePassword()
           
 PreferencesEditPage editPreferences()
           
 String getDefaultEditor()
           
 String getTimezone()
           
 String getUserType()
           
 
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

PreferencesUserProfilePage

public PreferencesUserProfilePage(String username)
Method Detail

getDefaultEditor

public String getDefaultEditor()

getUserType

public String getUserType()

getTimezone

public String getTimezone()

editPreferences

public PreferencesEditPage editPreferences()

changePassword

public ChangePasswordPage changePassword()


Copyright © 2004-2013 XWiki. All Rights Reserved.