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

593 B

Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > autoRepeat

Protocol.Input.DispatchKeyEventRequest.autoRepeat property

Whether the event was generated from auto repeat (default: false).

Signature:

autoRepeat?: boolean;