puppeteer/new-docs/puppeteer.protocol.input.dispatchkeyeventrequesttype.md

22 lines
712 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [DispatchKeyEventRequestType](./puppeteer.protocol.input.dispatchkeyeventrequesttype.md)
## Protocol.Input.DispatchKeyEventRequestType enum
<b>Signature:</b>
```typescript
export const enum DispatchKeyEventRequestType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Char | <code>'char'</code> | |
| KeyDown | <code>'keyDown'</code> | |
| KeyUp | <code>'keyUp'</code> | |
| RawKeyDown | <code>'rawKeyDown'</code> | |