Class NotificationsUserProfilePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage
-
- org.xwiki.platform.notifications.test.po.NotificationsUserProfilePage
-
public class NotificationsUserProfilePage extends AbstractNotificationsSettingsPage
Represents the user profile's Notifications tab.- Since:
- 9.4RC1
- Version:
- $Id: 763f471a3924786c0167c0b3882bdc5e8be3cc73 $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage
AbstractNotificationsSettingsPage.AutowatchMode, AbstractNotificationsSettingsPage.EmailDiffType
-
-
Field Summary
-
Fields inherited from class org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage
notificationCustomFilterPreferencesLivetable, notificationSystemFilterPreferencesLivetable
-
-
Constructor Summary
Constructors Constructor Description NotificationsUserProfilePage()
Construct a NotificationsUserProfilePage (and for the browser page to be fully loaded).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotificationsUserProfilePage
gotoPage(String username)
-
Methods inherited from class org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage
clickAddCustomFilter, disableAllParameters, getApplication, getApplicationPreferences, getApplicationState, getAutoWatchModeValue, getCustomNotificationFilterPreferences, getEventType, getEventTypeState, getNotificationEmailDiffType, getNotificationFilterPreferences, getSystemNotificationFilterPreferences, initializeApplications, setApplicationState, setAutoWatchMode, setEventTypeState, setNotificationEmailDiffType, waitUntilPreferencesAreLoaded
-
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
-
-
-
-
Method Detail
-
gotoPage
public static NotificationsUserProfilePage gotoPage(String username)
- Parameters:
username
- the user profile document name- Returns:
- the notifications profile tab page object
- Since:
- 9.7RC1
-
-