mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;
|
||
|
```
|