Package org.xwiki.test.ui.po
Class PageTypePicker
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.PageTypePicker
-
public class PageTypePicker extends BaseElement
Represents the widget used to select a page template.- Since:
- 12.9RC1
- Version:
- $Id: 423d03e72664c26e0d00e5ad3420bdcefbf4a3f6 $
-
-
Constructor Summary
Constructors Constructor Description PageTypePicker()
PageTypePicker(org.openqa.selenium.WebElement container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
countAvailableTemplates()
List<String>
getAvailableTemplates()
void
selectTemplateByValue(String template)
void
selectTypeByValue(String type)
protected void
waitUntilReady()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-