mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
704 B
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;