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. |