Package org.xwiki.test.ui.po
Class PageTypePicker
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.XWikiSelectWidget
-
- org.xwiki.test.ui.po.PageTypePicker
-
public class PageTypePicker extends XWikiSelectWidget
Represents the widget used to select a page template.- Since:
- 12.9RC1
- Version:
- $Id: c8dbc6a03337718e2e350e5465def5d30cc03e52 $
-
-
Field Summary
-
Fields inherited from class org.xwiki.test.ui.po.XWikiSelectWidget
container, fieldName
-
-
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)
-
Methods inherited from class org.xwiki.test.ui.po.XWikiSelectWidget
filter, getCategoryNames, getDisplayedCategorySize, getLabelsInCategory, getOptionByLabel, getOptionByValue, getOptionInput, getOptionInputsStream, getOptionsStream, hasOptionWithLabel, selectByLabel, selectByValue
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-