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

704 B

Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > unmodifiedText

Protocol.Input.DispatchKeyEventRequest.unmodifiedText property

Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling (default: "").

Signature:

unmodifiedText?: string;