Files
puppeteer/docs/api/puppeteer.keypressoptions.md
2023-06-19 10:12:43 +02:00

267 B

sidebar_label
sidebar_label
KeyPressOptions

KeyPressOptions type

Signature:

export type KeyPressOptions = KeyDownOptions & TypeOptions;

References: KeyDownOptions, TypeOptions