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

641 B

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;