org.xwiki.invitation.test.po
Class InvitationSenderPage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by 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 $

Nested Class Summary
 class InvitationSenderPage.InvitationSentPage
          This page represents the invitation app after the send button has been pressed.
 
Constructor Summary
InvitationSenderPage()
           
 
Method Summary
 void fillForm(String recipients, String subjectLine, String messageBody)
           
 void fillInDefaultValues()
           
 InvitationFooterElement getFooter()
           
 FormElement getForm()
           
 String getURL()
           
static InvitationSenderPage gotoPage()
           
 InvitationMessageDisplayElement preview()
           
 InvitationSenderPage.InvitationSentPage send()
           
 boolean userIsSpammer()
           
 
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
 

Constructor Detail

InvitationSenderPage

public InvitationSenderPage()
Method Detail

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-2013 XWiki. All Rights Reserved.