Package org.xwiki.invitation.test.po
Class InvitationActionConfirmationElement
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- 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
Constructors Constructor Description InvitationActionConfirmationElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-