puppeteer/new-docs/puppeteer.protocol.input.dispatchkeyeventrequest.location.md
2020-07-13 14:01:35 +01:00

615 B

Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > location

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:

location?: integer;