Package org.xwiki.administration.test.po
Class ForgotUsernameCompletePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.administration.test.po.ForgotUsernameCompletePage
-
public class ForgotUsernameCompletePage extends ViewPage
Represent the result page when asking for a forgotten password.- Since:
- 11.10
- Version:
- $Id: 10564c262c9478189d130f3e15046bc404ba0cc8 $
-
-
Constructor Summary
Constructors Constructor Description ForgotUsernameCompletePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getMessage()
boolean
isAccountNotFound()
Deprecated.since 12.10.5 and 13.2RC1 this message is no longer displayed.boolean
isForgotUsernameQuerySent()
boolean
isUsernameRetrieved(String username)
Deprecated.since 12.10.5 and 13.2RC1 this message is no longer displayed.-
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
-
isUsernameRetrieved
@Deprecated public boolean isUsernameRetrieved(String username)
Deprecated.since 12.10.5 and 13.2RC1 this message is no longer displayed.
-
isAccountNotFound
@Deprecated public boolean isAccountNotFound()
Deprecated.since 12.10.5 and 13.2RC1 this message is no longer displayed.
-
getMessage
@Unstable public String getMessage()
- Returns:
- the text content of the message box.
- Since:
- 12.10.5, 13.2RC1
-
isForgotUsernameQuerySent
@Unstable public boolean isForgotUsernameQuerySent()
- Returns:
true
if the forgot username query was successfully sent (without any error).- Since:
- 12.10.5, 13.2RC1
-
-