[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SearchInResponseBodyRequest](./puppeteer.protocol.network.searchinresponsebodyrequest.md) ## Protocol.Network.SearchInResponseBodyRequest interface Signature: ```typescript export interface SearchInResponseBodyRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [caseSensitive](./puppeteer.protocol.network.searchinresponsebodyrequest.casesensitive.md) | boolean | If true, search is case sensitive. | | [isRegex](./puppeteer.protocol.network.searchinresponsebodyrequest.isregex.md) | boolean | If true, treats string parameter as regex. | | [query](./puppeteer.protocol.network.searchinresponsebodyrequest.query.md) | string | String to search for. | | [requestId](./puppeteer.protocol.network.searchinresponsebodyrequest.requestid.md) | [RequestId](./puppeteer.protocol.network.requestid.md) | Identifier of the network response to search. |