Class DistributionStepIcon
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.distribution.DistributionStepIcon
-
public class DistributionStepIcon extends BaseElement
A step in the DW header.- Since:
- 10.7RC1
- Version:
- $Id: be48a459d530a6fa063c1319d5a39d0781a2a9d7 $
-
-
Constructor Summary
Constructors Constructor Description DistributionStepIcon(org.openqa.selenium.WebElement container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
int
getNumber()
boolean
isActive()
boolean
isDone()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
isDone
public boolean isDone()
-
isActive
public boolean isActive()
-
getNumber
public int getNumber()
-
getName
public String getName()
-
-