mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
593 B
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;