| Package | Description |
|---|---|
| com.crawljax.core.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
FormInputField
Represents a form input field NOTE: In general FormInputField is not designed to be instantiated
directly.
|
| Modifier and Type | Method and Description |
|---|---|
InputField |
InputSpecification.field(String fieldName)
Specifies an input field to assign a value to.
|
InputField |
InputSpecification.fields(String... fieldNames)
Specifies input fields to assign one value to.
|
InputField |
InputField.setValue(boolean value)
Sets the value of this input field.
|
InputField |
InputField.setValue(String value)
Sets the value of this input field with a text input.
|
Copyright © 2007-2013. All Rights Reserved.