send_keys
Send keystrokes to an element without clearing its current content, waiting up to a specified timeout for the element to appear.
Instructions
Send keystrokes to an element without clearing it first.
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 |