ElectronWebContents.replace method
ElectronWebContents › replace
Unofficial
Executes the editing commandreplace in the web page. Signature:
replace(text: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | The replacement text. |
Returns: void