Class NotificationsAdministrationPage
- 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.NotificationsAdministrationPage
-
@Unstable public class NotificationsAdministrationPage extends AbstractNotificationsSettingsPage
Represents the Notifications preferences in administration.- Since:
- 13.2R1
- Version:
- $Id: 48a9bb8dd3ea517286d3695e6d0a0129c3e10be3 $
-
-
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 NotificationsAdministrationPage()
Default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotificationsAdministrationPage
gotoPage()
Go to the administration page related to notifications and create the appropriate instance.-
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, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, 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 NotificationsAdministrationPage gotoPage()
Go to the administration page related to notifications and create the appropriate instance.- Returns:
- the appropriate instance of
NotificationsAdministrationPage
.
-
-