type_text
Clear existing text from input fields and type new text using locator strategies with adjustable wait times.
Instructions
Clear and type text into an input field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| text | Yes | Text to type | |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value | |
| clear_first | No |