puppeteer/docs/api/puppeteer.keypressoptions.md

14 lines
291 B
Markdown
Raw Normal View History

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