Interaction
type
Alias for fill. Type text into an input element (React/Vue compatible).
Usage
$ cdpilot type <selector> <value>Arguments
| Name | Required | Description |
|---|---|---|
selector | required | CSS selector of the input element |
value | required | Text value to type |
Examples
Type into a username field
$ npx cdpilot type "#username" "john"