mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Debugger > SearchInContentRequest
Protocol.Debugger.SearchInContentRequest interface
Signature:
export interface SearchInContentRequest
Properties
| Property | Type | Description |
|---|---|---|
| caseSensitive | boolean | If true, search is case sensitive. |
| isRegex | boolean | If true, treats string parameter as regex. |
| query | string | String to search for. |
| scriptId | Runtime.ScriptId | Id of the script to search in. |