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.RefactoringStatusPage
-
- org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- Direct Known Subclasses:
DeletingPage
public class CopyOrRenameOrDeleteStatusPage extends RefactoringStatusPage
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: 48d684a9f60e8c90b0a4a53676f3fbf2d8f7de2e $
-
-
Constructor Summary
Constructors Constructor Description CopyOrRenameOrDeleteStatusPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewPage
gotoNewPage()
ViewPage
gotoOriginalPage()
CopyOrRenameOrDeleteStatusPage
waitUntilFinished()
Waits until the operation finishes.-
Methods inherited from class org.xwiki.test.ui.po.RefactoringStatusPage
getInfoMessage
-
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
-
gotoOriginalPage
public ViewPage gotoOriginalPage()
-
gotoNewPage
public ViewPage gotoNewPage()
-
waitUntilFinished
public CopyOrRenameOrDeleteStatusPage waitUntilFinished()
Description copied from class:RefactoringStatusPage
Waits until the operation finishes.- Overrides:
waitUntilFinished
in classRefactoringStatusPage
- Returns:
- this page
-
-