type
Enter text into targeted input fields on web pages using CSS selectors. Append to existing values or submit the form automatically.
Instructions
Type text into a page input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| append | No | Append to existing value instead of replacing | |
| selector | No | CSS selector for the target input | |
| submit | No | Submit form by pressing Enter after typing | |
| text | Yes | Text to type |