Interaction
keys
Send a keyboard shortcut or key press. Supports modifiers (ctrl, shift, alt, meta) combined with keys.
Usage
$ cdpilot keys <combo>Arguments
| Name | Required | Description |
|---|---|---|
combo | required | Key combination like ctrl+a, shift+tab, enter, escape, etc. |
Examples
Select all text
$ npx cdpilot keys ctrl+aPress Enter
$ npx cdpilot keys enterOpen DevTools shortcut
$ npx cdpilot keys ctrl+shift+i