puppeteer/new-docs/puppeteer.protocol.input.dispatchkeyeventrequest.location.md

14 lines
615 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; [DispatchKeyEventRequest](./puppeteer.protocol.input.dispatchkeyeventrequest.md) &gt; [location](./puppeteer.protocol.input.dispatchkeyeventrequest.location.md)
## Protocol.Input.DispatchKeyEventRequest.location property
Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right (default: 0).
<b>Signature:</b>
```typescript
location?: integer;
```