[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchKeyEventRequest](./puppeteer.protocol.input.dispatchkeyeventrequest.md) > [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). Signature: ```typescript location?: integer; ```