---
sidebar_label: KeyPressOptions
---

# KeyPressOptions type

#### Signature:

```typescript
export type KeyPressOptions = KeyDownOptions & KeyboardTypeOptions;
```

**References:** [KeyDownOptions](./puppeteer.keydownoptions.md), [KeyboardTypeOptions](./puppeteer.keyboardtypeoptions.md)