| Package | Description |
|---|---|
| com.github.wiselenium.core.element.container | |
| com.github.wiselenium.core.element.container.impl |
| Modifier and Type | Method and Description |
|---|---|
Select |
Select.selectByIndex(int index)
Selects the option at the given index.
|
Select |
Select.selectByValue(String value)
Selects the option that has a value matching the argument.
|
Select |
Select.selectByVisibleText(String text)
Selects the option that displays text matching the argument.
|
Select |
Select.selectOption(Option option)
Selects an option of this select if not already selected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectImpl
Implementation of a HTML Select.
|
| Modifier and Type | Method and Description |
|---|---|
Select |
SelectImpl.selectByIndex(int index) |
Select |
SelectImpl.selectByValue(String value) |
Select |
SelectImpl.selectByVisibleText(String text) |
Select |
SelectImpl.selectOption(Option option) |
Copyright © 2013. All Rights Reserved.