| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action |
| Modifier and Type | Method and Description |
|---|---|
FillSelectConstructor |
Fluent.fillSelect(Filter... filters)
Construct a FillSelectConstructor with filters in order to allow easy fill.
|
FillSelectConstructor |
Fluent.fillSelect(String cssSelector,
Filter... filters)
Construct a FillSelectConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
| Modifier and Type | Method and Description |
|---|---|
FillSelectConstructor |
FillSelectConstructor.withIndex(int index)
Select the option by its index for the Select element.
|
FillSelectConstructor |
FillSelectConstructor.withText(String text)
Select all options that display text matching the argument for the Select element.
|
FillSelectConstructor |
FillSelectConstructor.withValue(String value)
Select all options that have a value matching the argument for the Select element.
|
Copyright © 2015 AConsulting. All Rights Reserved.