--- sidebar_label: KeyPressOptions --- # KeyPressOptions type #### Signature: ```typescript export type KeyPressOptions = KeyDownOptions & TypeOptions; ``` **References:** [KeyDownOptions](./puppeteer.keydownoptions.md), [TypeOptions](./puppeteer.typeoptions.md)