org.xwiki.extension.test.po
Class ProgressBarPane

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

public class ProgressBarPane
extends BaseElement

Displays a generic progress bar.

Since:
4.2M1
Version:
$Id: 8c6908241f3ef6170c536ab8124c71e8ec219c1f $

Constructor Summary
ProgressBarPane(org.openqa.selenium.WebElement container)
          Creates a new instance.
 
Method Summary
 String getMessage()
           
 int getPercent()
           
 
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

ProgressBarPane

public ProgressBarPane(org.openqa.selenium.WebElement container)
Creates a new instance.

Parameters:
container - the progress bar container
Method Detail

getPercent

public int getPercent()
Returns:
the progress percent

getMessage

public String getMessage()
Returns:
the progress message, displayed below the progress bar


Copyright © 2004-2012 XWiki. All Rights Reserved.