abstract class DojoSelect extends Select
Modifier and Type | Field and Description |
---|---|
protected WebElement |
pupup |
CLASS_HTML_SELECT, element, isMulti
Constructor and Description |
---|
DojoSelect(WebElement element) |
Modifier and Type | Method and Description |
---|---|
protected WebElement |
getPopup()
Some DOJO combo-box has an associated popup-menu, which is used to select/click/count item.
|
protected abstract java.lang.String[] |
getSupportedClassNames() |
protected boolean |
isSupported(WebElement element)
The element will be used to create an instance of class
Select or subclass. |
deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, escapeQuotes, getAllSelectedOptions, getFirstSelectedOption, getItemByIndex, getOptions, isMultiple, selectByIndex, selectByValue, selectByVisibleText
public DojoSelect(WebElement element) throws SeleniumPlusException
SeleniumPlusException
protected boolean isSupported(WebElement element)
Select
Select
or subclass. Select.Select(WebElement)
or constructor of subclass,Select
or subclass.isSupported
in class Select
Select.isSupported(WebElement)
protected abstract java.lang.String[] getSupportedClassNames()
protected WebElement getPopup()