Back to Docs
Interaction

keys

Send a keyboard shortcut or key press. Supports modifiers (ctrl, shift, alt, meta) combined with keys.

Usage

$ cdpilot keys <combo>

Arguments

NameRequiredDescription
comborequiredKey combination like ctrl+a, shift+tab, enter, escape, etc.

Examples

Select all text

$ npx cdpilot keys ctrl+a

Press Enter

$ npx cdpilot keys enter

Open DevTools shortcut

$ npx cdpilot keys ctrl+shift+i