Package org.xwiki.extension.test.po
Class ProgressBarPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.ProgressBarPane
-
public class ProgressBarPane extends BaseElement
Displays a generic progress bar.- Since:
- 4.2M1
- Version:
- $Id: d642108bc109a182730a7bebe41736300f825fa9 $
-
-
Constructor Summary
Constructors Constructor Description ProgressBarPane(org.openqa.selenium.WebElement container)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
int
getPercent()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getPercent
public int getPercent()
- Returns:
- the progress percent
-
getMessage
public String getMessage()
- Returns:
- the progress message, displayed below the progress bar
-
-