Skip to content

ElectronWebFrame.insertText method

ElectronWebFrame › insertText

Unofficial

Inserts text into the focused element.

Signature:

insertText(text: string): void

Parameters:

Parameter Type Description
text string The text to insert.

Returns: void