Package org.xwiki.test.ui.po
Class DeletingPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- org.xwiki.test.ui.po.DeletingPage
-
public class DeletingPage extends CopyOrRenameOrDeleteStatusPage
Represents the page displayed while the page (and maybe its children) is deleted.- Since:
- 7.2M3
- Version:
- $Id: e6f1eb963b2d948829885ef692c7f6ed965e113c $
-
-
Constructor Summary
Constructors Constructor Description DeletingPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeletePageOutcomePage
getDeletePageOutcomePage()
boolean
isSuccess()
-
Methods inherited from class org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
getInfoMessage, gotoNewPage, gotoOriginalPage, waitUntilFinished
-
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
-
getDeletePageOutcomePage
public DeletePageOutcomePage getDeletePageOutcomePage()
-
isSuccess
public boolean isSuccess()
-
-