public interface MultiSelectElement extends PageElement
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
getAllOptions()
All options
|
List<Option> |
getSelected()
Selected options.
|
MultiSelectElement |
select(Option option)
Add given option to the current selection.
|
MultiSelectElement |
selectAll()
Add all options to the current selection.
|
MultiSelectElement |
unselect(Option option)
Remove given option from the current selection
|
MultiSelectElement |
unselectAll()
Remove all options from the current selection
|
clear, click, find, findAll, getAttribute, getCssClasses, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, toggle, type, withTimeoutfind, find, find, findAll, findAll, findAllsearchList<Option> getSelected()
MultiSelectElement select(Option option)
option - option to addMultiSelectElement unselect(Option option)
option - option to removeMultiSelectElement selectAll()
MultiSelectElement unselectAll()
Copyright © 2015 Atlassian. All rights reserved.