puppeteer/docs/api/puppeteer.keypressoptions.md
2023-06-19 17:44:39 +02:00

14 lines
291 B
Markdown

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