clear_input
Clears an input field by selector, waiting up to the specified timeout for the element. Raises an exception if the field is not found within the timeout.
Instructions
Clear an input field.
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 |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |