Skip to content

ElectronWebContents.replace method

ElectronWebContents › replace

Unofficial

Executes the editing command replace in the web page.

Signature:

replace(text: string): void

Parameters:

Parameter Type Description
text string The replacement text.

Returns: void