protected abstract static class ComboBox.AbstractSelect extends ComboBox.HtmlSelect
CLASS_NAME, isMulti, supportedClazzes
parent
Constructor and Description |
---|
AbstractSelect(Component component) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Option> |
getOptions() |
protected abstract java.lang.Object |
getOptionsJSObject()
Execute javascript function to get a set of option object, the set may be returned as List.
Normally the option javascript object will contain a few of properties, this object may be returned as a java Map object. |
void |
selectByVisibleText(java.lang.String text)
Select all options that display text matching the argument.
|
clearCache, deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, escapeQuotes, getAllSelectedOptions, getAllSelectedOptionsText, getFirstSelectedOption, getItemByIndex, getLongestSubstringWithoutSpace, getOptionsValue, getOptionsVisibleText, getOptionValue, getOptionVisibleText, getSupportedClassNames, hidePopup, isMultiple, isSelected, isSupported, selectByIndex, selectByValue, selectOption, setSelected, showPopup
isShowOnPage, refresh, webelement
public AbstractSelect(Component component) throws SeleniumPlusException
webelement
- SeleniumPlusException
public void selectByVisibleText(java.lang.String text)
selectByVisibleText
in interface ComboBox.Selectable
selectByVisibleText
in class ComboBox.HtmlSelect
text
- The visible text to match against, should be full string.protected abstract java.lang.Object getOptionsJSObject()
getOptions()
public java.util.List<Option> getOptions()
getOptions
in interface ComboBox.Selectable
getOptions
in class ComboBox.HtmlSelect
getOptionsJSObject()
Copyright © SAS Institute. All Rights Reserved.