Class 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 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()