type_text
Type text into an input field after clearing it, using locators like CSS, XPath, or ID. Configure wait timeout and choose whether to clear first for precise browser automation.
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 |