0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.protocol.input.dispatchkeyeventrequest.key.md
2020-07-13 14:01:35 +01:00

651 B

Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > key

Protocol.Input.DispatchKeyEventRequest.key property

Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr') (default: "").

Signature:

key?: string;