Package 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 $
-
-
Constructor Summary
Constructors Constructor Description InvitationMessageDisplayElement(org.openqa.selenium.WebElement displayElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
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()
-
-