Skip to content

ElectronWebContents.stopFindInPage method

ElectronWebContents › stopFindInPage

Unofficial

Stops any findInPage request for the web contents with the provided action.

Signature:

stopFindInPage(action: "activateSelection" | "clearSelection" | "keepSelection"): void

Parameters:

Parameter Type Description
action "activateSelection" | "clearSelection" | "keepSelection" The action to take when stopping the find request.

Returns: void