ElectronWebContents.findInPage method
ElectronWebContents › findInPage
Unofficial
Starts a request to find all matches fortext in the web page. Signature:
findInPage(text: string, options?: ElectronFindInPageOptions | undefined): numberParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | The text to search for. |
| options? | ElectronFindInPageOptions | undefined | Options for the find request. |
Returns: number — The request id used for the request.