Back to Docs
Interaction

type

Alias for fill. Type text into an input element (React/Vue compatible).

Usage

$ cdpilot type <selector> <value>

Arguments

NameRequiredDescription
selectorrequiredCSS selector of the input element
valuerequiredText value to type

Examples

Type into a username field

$ npx cdpilot type "#username" "john"