mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: use input API for CDP inputs (#10401)
This commit is contained in:
13
docs/api/puppeteer.keypressoptions.md
Normal file
13
docs/api/puppeteer.keypressoptions.md
Normal 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)
|
||||
Reference in New Issue
Block a user