type
Insert text into webpage input fields by specifying a CSS selector, with options to append to existing content or automatically submit the form.
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 |