org.xwiki.invitation.test.po
Class InvitationMessageDisplayElement
java.lang.Object
org.xwiki.test.ui.po.BaseElement
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 $
| 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 |
InvitationMessageDisplayElement
public InvitationMessageDisplayElement(org.openqa.selenium.WebElement displayElement)
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-2012 XWiki. All Rights Reserved.