org.xwiki.test.ui.po
Class CopyPage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.test.ui.po.CopyPage
public class CopyPage
- extends ViewPage
Represents the common actions possible on the Copy Page page.
- Since:
- 3.2M3
- Version:
- $Id: 241803e4d1d1dfaf841d5e18fc206593ee55e560 $
| Methods inherited from class org.xwiki.test.ui.po.ViewPage |
clickBreadcrumbLink, clickWantedLink, editSection, exists, getBreadcrumbContent, getContent, hasBreadcrumbContent, isInlinePage, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, waitForDocExtraPaneActive, waitUntilContent |
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
canDelete, clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, copy, createInlinePage, createPage, createSpace, delete, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getMetaDataValue, getPageMenuLink, getPageTitle, getPageURL, hasLoginLink, isAuthenticated, isNewDocument, login, logout, register, sendKeys, waitUntilPageIsLoaded, watchDocument, watchSpace |
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyPage
public CopyPage()
setTargetSpaceName
public void setTargetSpaceName(String targetSpaceName)
- Sets the name of the space where the page should be copied.
- Parameters:
targetSpaceName - the name of the space where the page should be copied
setTargetPageName
public void setTargetPageName(String targetPageName)
- Sets the name of the target page.
- Parameters:
targetPageName - the name of the target page
clickCopyButton
public CopyConfirmationPage clickCopyButton()
- Submit the copy page form.
- Returns:
- the confirmation page
Copyright © 2004-2013 XWiki. All Rights Reserved.