org.xwiki.invitation.test.po
Class InvitationActionConfirmationElement

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

public class InvitationActionConfirmationElement
extends BaseElement

Represents the actions possible on the confirmation dialog for the invitation appliaction.

Since:
4.2M1
Version:
$Id: 6c29c4457bbfc8bd1b2374a896d55ea43aba04d5 $

Constructor Summary
InvitationActionConfirmationElement()
           
 
Method Summary
 String confirm()
          Returns the message given after clicking confirm.
 String getLabel()
           
 void setMemo(String memo)
           
 
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

InvitationActionConfirmationElement

public InvitationActionConfirmationElement()
Method Detail

setMemo

public void setMemo(String memo)

getLabel

public String getLabel()

confirm

public String confirm()
Returns the message given after clicking confirm.



Copyright © 2004-2013 XWiki. All Rights Reserved.