| Package | Description |
|---|---|
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain |
| Modifier and Type | Method and Description |
|---|---|
FillSelect<E> |
FluentActions.fillSelect()
Construct a Fill Select Builder in order to allow easy fill of visible input fields.
|
FillSelect |
FillSelect.withIndex(int index)
Select the option by its index for the Select element.
|
FillSelect |
FillSelect.withText(java.lang.String text)
Select all options that display text matching the argument for the Select element.
|
FillSelect |
FillSelect.withValue(java.lang.String value)
Select all options that have a value matching the argument for the Select element.
|
| Modifier and Type | Method and Description |
|---|---|
FillSelect |
FluentListImpl.fillSelect() |
FillSelect |
FluentWebElement.fillSelect() |
Copyright © 2018 FluentLenium. All Rights Reserved.