type_text
Clear any input field and type text into it, waiting up to a specified timeout for the element. Raises an exception if the element isn't found within the timeout.
Instructions
Clear a field and type text into it.
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 |