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()
void
select(String value)
void
select(List<String> valuesToSelect)
void
unSelect(String value)
void
unSelect(List<String> valuesToUnSelect)
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-