org.xwiki.test.ui.po
Class FormElement.SelectElement
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.FormElement.SelectElement
- Enclosing class:
- FormElement
public class FormElement.SelectElement
- extends BaseElement
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormElement.SelectElement
public FormElement.SelectElement(org.openqa.selenium.WebElement select)
getOptions
public Set<String> getOptions()
select
public void select(List<String> valuesToSelect)
select
public void select(String value)
unSelect
public void unSelect(List<String> valuesToUnSelect)
unSelect
public void unSelect(String value)
Copyright © 2004-2013 XWiki. All Rights Reserved.