type_text
Clear a web input field and type new text using CSS, XPath, ID, name, tag, class, or link locators. Supports configurable wait timeout so the element is ready before typing.
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 |