set_value
Directly update an input's value for sliders or rapid form filling. Uses a 7-second default timeout and raises an exception if the element isn't found.
Instructions
Set an input's value directly (e.g. for sliders, fast form fills).
If no timeout given (0 or None), then SeleniumBase uses 7 seconds.
Raises an exception if the element isn't found within the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |