puppeteer/new-docs/puppeteer.protocol.network.searchinresponsebodyrequest.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SearchInResponseBodyRequest](./puppeteer.protocol.network.searchinresponsebodyrequest.md)
## Protocol.Network.SearchInResponseBodyRequest interface
<b>Signature:</b>
```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. |