browser_type
Enter text into web page input fields using CSS selectors, with options to clear content first and control typing speed for automated browser interactions.
Instructions
Type text into an input field or editable element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector or text selector for the input element | |
| text | Yes | Text to type into the element | |
| clear_first | No | Whether to clear the field before typing | |
| delay | No | Delay between key presses in milliseconds | |
| timeout | No | Timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |