org.xwiki.test.ui.po
Class ConfirmationBox
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.ConfirmationBox
public class ConfirmationBox
- extends BaseElement
Represents a confirmation modal box.
- Since:
- 3.4M1
- Version:
- $Id: 38c7b04f4b47b896a83fbe422fa4c6d4cea007fe $
| 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 |
ConfirmationBox
public ConfirmationBox()
clickYes
public void clickYes()
- Click on the Yes button.
clickNo
public void clickNo()
- Click on the No button.
getQuestion
public String getQuestion()
- Returns:
- the confirmation message
Copyright © 2004-2013 XWiki. All Rights Reserved.