[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchKeyEventRequestType](./puppeteer.protocol.input.dispatchkeyeventrequesttype.md)
## Protocol.Input.DispatchKeyEventRequestType enum
Signature:
```typescript
export const enum DispatchKeyEventRequestType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Char | 'char'
| |
| KeyDown | 'keyDown'
| |
| KeyUp | 'keyUp'
| |
| RawKeyDown | 'rawKeyDown'
| |