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

13 lines
236 B
Markdown
Raw Normal View History

---
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;}
```