org.xwiki.test.ui.po
Class ConfirmationBox

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

public class ConfirmationBox
extends BaseElement

Represents a confirmation modal box.

Since:
3.4M1
Version:
$Id: 38c7b04f4b47b896a83fbe422fa4c6d4cea007fe $

Constructor Summary
ConfirmationBox()
           
 
Method Summary
 void clickNo()
          Click on the No button.
 void clickYes()
          Click on the Yes button.
 String getQuestion()
           
 
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

ConfirmationBox

public ConfirmationBox()
Method Detail

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.