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 > Network > SearchInResponseBodyRequest
Protocol.Network.SearchInResponseBodyRequest interface
Signature:
export interface SearchInResponseBodyRequest
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. |
requestId | RequestId | Identifier of the network response to search. |