puppeteer/new-docs/puppeteer.pressoptions.delay.md
Alex Rudenko 6657364364
docs(new): migrate ElementHandle to TSDoc (#6073)
* docs(new): migrate ElementHandle to TSDoc

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2020-06-22 17:21:57 +02:00

14 lines
406 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [PressOptions](./puppeteer.pressoptions.md) &gt; [delay](./puppeteer.pressoptions.delay.md)
## PressOptions.delay property
Time to wait between `keydown` and `keyup` in milliseconds. Defaults to 0.
<b>Signature:</b>
```typescript
delay?: number;
```