| Package | Description |
|---|---|
| com.github.wiselenium.core.element.container | |
| com.github.wiselenium.core.element.container.impl | |
| com.github.wiselenium.core.element.field.impl |
| Modifier and Type | Method and Description |
|---|---|
Option |
Select.getSelectedOption()
Returns the selected option.
|
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
Select.getOptions()
Gets the options of this select.
|
List<Option> |
MultiSelect.getOptions()
Gets the options of this select.
|
List<Option> |
MultiSelect.getSelectedOptions()
Returns the selected options.
|
| Modifier and Type | Method and Description |
|---|---|
MultiSelect |
MultiSelect.deselectOptions(Option... options)
Deselects some options of this select if not already deselected.
|
Select |
Select.selectOption(Option option)
Selects an option of this select if not already selected.
|
MultiSelect |
MultiSelect.selectOptions(Option... options)
Selects some options of this select if not already selected.
|
| Modifier and Type | Method and Description |
|---|---|
Option |
SelectImpl.getSelectedOption() |
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
SelectImpl.getOptions() |
List<Option> |
MultiSelectImpl.getOptions() |
List<Option> |
MultiSelectImpl.getSelectedOptions() |
| Modifier and Type | Method and Description |
|---|---|
MultiSelect |
MultiSelectImpl.deselectOptions(Option... options) |
Select |
SelectImpl.selectOption(Option option) |
MultiSelect |
MultiSelectImpl.selectOptions(Option... options) |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionImpl
Implementation of a HTML Select Option.
|
Copyright © 2013. All Rights Reserved.