Class FlavorPicker
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.flavor.FlavorPicker
-
public class FlavorPicker extends BaseElement
Displays a flavor picker.- Since:
- 10.7RC1
- Version:
- $Id: 5eb133cce55025a22b80b99804ae71620cbd2de2 $
-
-
Constructor Summary
Constructors Constructor Description FlavorPicker(org.openqa.selenium.WebElement container)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FlavorPane>
getFlavors()
FlavorPickerInstallStep
installSelectedFlavor()
boolean
isInstallFlavorEnabled()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
isInstallFlavorEnabled
public boolean isInstallFlavorEnabled()
-
installSelectedFlavor
public FlavorPickerInstallStep installSelectedFlavor()
-
getFlavors
public List<FlavorPane> getFlavors()
-
-