org.xwiki.invitation.test.po
Class InvitationSenderPage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.invitation.test.po.InvitationSenderPage
public class InvitationSenderPage
- extends BasePage
Represents the actions possible on the invitation sender page.
- Since:
- 4.2M1
- Version:
- $Id: ed104bd6cb06d12789f1a469f2056c2de12ce62d $
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, hoverOverMenu, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded |
| 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 |
InvitationSenderPage
public InvitationSenderPage()
gotoPage
public static InvitationSenderPage gotoPage()
getURL
public String getURL()
userIsSpammer
public boolean userIsSpammer()
fillInDefaultValues
public void fillInDefaultValues()
fillForm
public void fillForm(String recipients,
String subjectLine,
String messageBody)
send
public InvitationSenderPage.InvitationSentPage send()
preview
public InvitationMessageDisplayElement preview()
getForm
public FormElement getForm()
getFooter
public InvitationFooterElement getFooter()
Copyright © 2004-2012 XWiki. All Rights Reserved.