Package 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 $
-
-
Constructor Summary
Constructors Constructor Description ConfirmationBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
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
-
-