Package org.xwiki.test.ui.po
Class BootstrapSelect
- java.lang.Object
-
- org.xwiki.test.ui.po.BootstrapSelect
-
public class BootstrapSelect extends Object
Represent an select field enhanced with the "bootstrap-select" plugin.- Since:
- 8.4.2, 9.0RC1
- Version:
- $Id: fa713bd287fc225592aa2fd0bcfd9a04d12dc0ee $
-
-
Constructor Summary
Constructors Constructor Description BootstrapSelect(org.openqa.selenium.WebElement element, XWikiWebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSelectedValues()
boolean
isMultiple()
void
selectByValue(String value)
void
selectByValues(List<String> values)
-
-
-
Constructor Detail
-
BootstrapSelect
public BootstrapSelect(org.openqa.selenium.WebElement element, XWikiWebDriver driver)
-
-