Package org.xwiki.test.ui.po
Class FormContainerElement.SelectElement
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.FormContainerElement.SelectElement
-
- Enclosing class:
- FormContainerElement
public class FormContainerElement.SelectElement extends BaseElement
-
-
Constructor Summary
Constructors Constructor Description SelectElement(org.openqa.selenium.WebElement select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getOptions()voidselect(String value)voidselect(List<String> valuesToSelect)voidunSelect(String value)voidunSelect(List<String> valuesToUnSelect)-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-