org.xwiki.invitation.test.po
Class InvitationGuestActionsPage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.invitation.test.po.InvitationGuestActionsPage
public class InvitationGuestActionsPage
- extends BasePage
Represents the actions possible by guests on the invitation application.
- Since:
- 4.2M1
- Version:
- $Id: bee12508eab1e11ba4eea58fd7ea3fff66465536 $
|
Method Summary |
String |
confirm()
Outputs the message given after clicking the confirm button. |
String |
getMessage()
|
void |
setMemo(String memo)
This will fail if the action is accept because the user is redirected to a RegistrationPage. |
| 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 |
InvitationGuestActionsPage
public InvitationGuestActionsPage(String messageContent,
InvitationGuestActionsPage.Action action)
InvitationGuestActionsPage
public InvitationGuestActionsPage()
setMemo
public void setMemo(String memo)
- This will fail if the action is accept because the user is redirected to a RegistrationPage.
getMessage
public String getMessage()
confirm
public String confirm()
- Outputs the message given after clicking the confirm button.
Copyright © 2004-2013 XWiki. All Rights Reserved.