type_text
Clear an input field and type specified text. Supports CSS, XPath, and other locator strategies.
Instructions
Clear and type text into an input field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector, XPath, or other locator value | |
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| text | Yes | Text to type | |
| clear_first | No |