ElectronWebContents.stopFindInPage method
ElectronWebContents › stopFindInPage
Unofficial
Stops anyfindInPage request for the web contents with the provided action. Signature:
stopFindInPage(action: "activateSelection" | "clearSelection" | "keepSelection"): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| action | "activateSelection" | "clearSelection" | "keepSelection" | The action to take when stopping the find request. |
Returns: void