Package org.xwiki.user.test.po
Class GroupsUserProfilePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.user.test.po.AbstractUserProfilePage
-
- org.xwiki.user.test.po.GroupsUserProfilePage
-
public class GroupsUserProfilePage extends AbstractUserProfilePage
Represents the User Profile Preferences Tab.- Since:
- 12.3RC1, 12.2.1
- Version:
- $Id: acdd74de1cfed200ebb09e064979864add0b2b14 $
-
-
Constructor Summary
Constructors Constructor Description GroupsUserProfilePage(String username)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LiveDataElement
getGroupsPaneLiveData()
String
getPreferencesTitle()
static GroupsUserProfilePage
gotoPage(String username)
-
Methods inherited from class org.xwiki.user.test.po.AbstractUserProfilePage
getAvailableCategories, getUsername, switchToPreferences, switchToProfile
-
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, getLastModifiedText, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
-
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickAdminActionsSubMenuEntry, clickEditSubMenuEntry, clickLocale, clickMoreActionsSubMenuEntry, copy, createInlinePage, createPage, delete, deletePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getDrawerMenu, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, isAuthenticated, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, toggleActionMenu, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, validateWCAG, validateWCAG, validateWCAG, viewChildren, watchDocument, watchSpace, watchWiki
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Constructor Detail
-
GroupsUserProfilePage
public GroupsUserProfilePage(String username)
-
-
Method Detail
-
gotoPage
public static GroupsUserProfilePage gotoPage(String username)
-
getPreferencesTitle
public String getPreferencesTitle()
-
getGroupsPaneLiveData
public LiveDataElement getGroupsPaneLiveData()
- Returns:
- the live data object of the groups pane
- Since:
- 13.5RC1
-
-