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;