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