type_text
Clears existing text from an input field and types new text into it, using CSS, XPath, or other locator strategies to target the element.
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 |