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: 8a74c8edc1b3fd562ae5b5a27534a5d00c787f63 $
-
-
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 boolean
isMultiple()
void
selectByValue(String value)
void
selectByValues(List<String> values)
-
-
-
Constructor Detail
-
BootstrapSelect
public BootstrapSelect(org.openqa.selenium.WebElement element, XWikiWebDriver driver)
-
-