puppeteer/new-docs/puppeteer.pressoptions.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

21 lines
641 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)
## PressOptions interface
<b>Signature:</b>
```typescript
export interface PressOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [delay](./puppeteer.pressoptions.delay.md) | number | Time to wait between <code>keydown</code> and <code>keyup</code> in milliseconds. Defaults to 0. |
| [text](./puppeteer.pressoptions.text.md) | string | If specified, generates an input event with this text. |