Package org.xwiki.administration.test.po
Class LocationPicker
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.administration.test.po.LocationPicker
-
public class LocationPicker extends BaseElement
Represents the location picker.- Since:
- 8.4.3, 9.0RC1
- Version:
- $Id: 17921767840d8056ad1b42801f2b082081f6b254 $
-
-
Constructor Summary
Constructors Constructor Description LocationPicker(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationPicker
add(String value)
DocumentPickerModal
browse()
LocationPicker
clear()
org.openqa.selenium.WebElement
getAddButton()
org.openqa.selenium.WebElement
getRemoveButton(String value)
List<String>
getValue()
LocationPicker
remove(String value)
LocationPicker
setValue(List<String> values)
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Constructor Detail
-
LocationPicker
public LocationPicker(String name)
-
-
Method Detail
-
add
public LocationPicker add(String value)
-
remove
public LocationPicker remove(String value)
-
setValue
public LocationPicker setValue(List<String> values)
-
clear
public LocationPicker clear()
-
browse
public DocumentPickerModal browse()
-
getAddButton
public org.openqa.selenium.WebElement getAddButton()
-
getRemoveButton
public org.openqa.selenium.WebElement getRemoveButton(String value)
-
-