puppeteer/docs/api/puppeteer.pressoptions.delay.md

16 lines
229 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: PressOptions.delay
---
# PressOptions.delay property
Time to wait between `keydown` and `keyup` in milliseconds. Defaults to 0.
**Signature:**
```typescript
interface PressOptions {
delay?: number;
}
```