Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > text
Protocol.Input.DispatchKeyEventRequest.text property
Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp
and rawKeyDown
events (default: "")
Signature:
text?: string;