org.xwiki.test.ui.po
Class FormElement.SelectElement

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.FormElement.SelectElement
Enclosing class:
FormElement

public class FormElement.SelectElement
extends BaseElement


Constructor Summary
FormElement.SelectElement(org.openqa.selenium.WebElement select)
           
 
Method Summary
 Set<String> getOptions()
           
 void select(List<String> valuesToSelect)
           
 void select(String value)
           
 void unSelect(List<String> valuesToUnSelect)
           
 void unSelect(String value)
           
 
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
 

Constructor Detail

FormElement.SelectElement

public FormElement.SelectElement(org.openqa.selenium.WebElement select)
Method Detail

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.