Back to Puppeteer

KeyPressOptions type

docs/api/puppeteer.keypressoptions.md

19.2.2248 B
Original Source

KeyPressOptions type

Signature

typescript
export type KeyPressOptions = KeyDownOptions & KeyboardTypeOptions;

References: KeyDownOptions, KeyboardTypeOptions