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

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;