refactor: use input API for CDP inputs (#10401)

This commit is contained in:
jrandolf
2023-06-19 10:12:43 +02:00
committed by GitHub
parent 138cc5c961
commit 39847bd231
22 changed files with 209 additions and 524 deletions

View File

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