org.xwiki.invitation.test.po
Class InvitationMessageDisplayElement

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.invitation.test.po.InvitationMessageDisplayElement

public class InvitationMessageDisplayElement
extends BaseElement

Represents the actions possible on the section of a page which allows the user to previw an unsent message or view an old sent message.

Since:
4.2M1
Version:
$Id: a6ab998e30e118f6eda0857c31f9182ed232a287 $

Constructor Summary
InvitationMessageDisplayElement(org.openqa.selenium.WebElement displayElement)
           
 
Method Summary
 List<org.openqa.selenium.WebElement> getAllRecipients()
           
 String getInvalidAddressMessage()
           
 List<org.openqa.selenium.WebElement> getInvalidRecipients()
           
 String getMessageBody()
           
 String getSubjectLine()
           
 List<org.openqa.selenium.WebElement> getValidRecipients()
           
 boolean isRecipientValid(String email)
           
 
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

InvitationMessageDisplayElement

public InvitationMessageDisplayElement(org.openqa.selenium.WebElement displayElement)
Method Detail

getAllRecipients

public List<org.openqa.selenium.WebElement> getAllRecipients()

getValidRecipients

public List<org.openqa.selenium.WebElement> getValidRecipients()

getInvalidRecipients

public List<org.openqa.selenium.WebElement> getInvalidRecipients()

isRecipientValid

public boolean isRecipientValid(String email)

getInvalidAddressMessage

public String getInvalidAddressMessage()

getSubjectLine

public String getSubjectLine()

getMessageBody

public String getMessageBody()


Copyright © 2004-2013 XWiki. All Rights Reserved.