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;