6657364364
* docs(new): migrate ElementHandle to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
14 lines
406 B
Markdown
14 lines
406 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PressOptions](./puppeteer.pressoptions.md) > [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;
|
|
```
|