22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|