mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
589 B
589 B
Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > isSystemKey
Protocol.Input.DispatchKeyEventRequest.isSystemKey property
Whether the event was a system key event (default: false).
Signature:
isSystemKey?: boolean;