| Package | Description |
|---|---|
| com.github.wiselenium.core.element.container | |
| com.github.wiselenium.core.element.container.impl |
| Modifier and Type | Method and Description |
|---|---|
MultiSelect |
MultiSelect.deselectAll()
Deselects all options.
|
MultiSelect |
MultiSelect.deselectByIndex(int... indexes)
Deselects all options at the given indexes.
|
MultiSelect |
MultiSelect.deselectByValue(String... values)
Deselects all options that have a value matching the argument.
|
MultiSelect |
MultiSelect.deselectByVisibleText(String... texts)
Deselects all options that display text matching the argument.
|
MultiSelect |
MultiSelect.deselectOptions(Option... options)
Deselects some options of this select if not already deselected.
|
MultiSelect |
MultiSelect.selectAll()
Selects all options.
|
MultiSelect |
MultiSelect.selectByIndex(int... indexes)
Selects all options at the given indexes.
|
MultiSelect |
MultiSelect.selectByValue(String... values)
Selects all options that have a value matching the argument.
|
MultiSelect |
MultiSelect.selectByVisibleText(String... texts)
Selects all options that display text matching the argument.
|
MultiSelect |
MultiSelect.selectOptions(Option... options)
Selects some options of this select if not already selected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSelectImpl
Implementation of a HTML Multiple Select.
|
| Modifier and Type | Method and Description |
|---|---|
MultiSelect |
MultiSelectImpl.deselectAll() |
MultiSelect |
MultiSelectImpl.deselectByIndex(int... indexes) |
MultiSelect |
MultiSelectImpl.deselectByValue(String... values) |
MultiSelect |
MultiSelectImpl.deselectByVisibleText(String... texts) |
MultiSelect |
MultiSelectImpl.deselectOptions(Option... options) |
MultiSelect |
MultiSelectImpl.selectAll() |
MultiSelect |
MultiSelectImpl.selectByIndex(int... indexes) |
MultiSelect |
MultiSelectImpl.selectByValue(String... values) |
MultiSelect |
MultiSelectImpl.selectByVisibleText(String... texts) |
MultiSelect |
MultiSelectImpl.selectOptions(Option... options) |
Copyright © 2013. All Rights Reserved.