Package org.xwiki.test.ui.po
Class CopyOrRenameOrDeleteStatusPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- Direct Known Subclasses:
DeletingPage
public class CopyOrRenameOrDeleteStatusPage extends BasePage
Represents the page that displays the status of a copy operation. This page is normally loaded after the user clicks on the Copy button (i.e. after the copy parameters have been submitted).- Since:
- 7.4.1, 8.0M1
- Version:
- $Id: 78f95e6aca8ae3d8eb4857421791f2fe343c5859 $
-
-
Constructor Summary
Constructors Constructor Description CopyOrRenameOrDeleteStatusPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInfoMessage()
ViewPage
gotoNewPage()
ViewPage
gotoOriginalPage()
CopyOrRenameOrDeleteStatusPage
waitUntilFinished()
Wait until the copy operation finishes.-
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
-
waitUntilFinished
public CopyOrRenameOrDeleteStatusPage waitUntilFinished()
Wait until the copy operation finishes.- Returns:
- this page
-
gotoOriginalPage
public ViewPage gotoOriginalPage()
-
gotoNewPage
public ViewPage gotoNewPage()
-
getInfoMessage
public String getInfoMessage()
-
-