org.xwiki.test.ui.po
Class ConfirmationPage
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.ConfirmationPage
public class ConfirmationPage
- extends ViewPage
Represents a confirmation page that allows the user cancel or confirm the current action (e.g. delete a page, delete
a space, etc.).
- Since:
- 4.0M2
- Version:
- $Id: 674c39f61f8ad2bb675951ae1f92b18865028242 $
|
Method Summary |
void |
clickNo()
Clicks on the No button to cancel the current action. |
void |
clickYes()
Clicks on the Yes button to confirm the current action. |
| 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 |
ConfirmationPage
public ConfirmationPage()
clickYes
public void clickYes()
- Clicks on the Yes button to confirm the current action.
clickNo
public void clickNo()
- Clicks on the No button to cancel the current action.
Copyright © 2004-2013 XWiki. All Rights Reserved.