14 lines
595 B
Markdown
14 lines
595 B
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) > [requestId](./puppeteer.protocol.network.searchinresponsebodyrequest.requestid.md)
|
||
|
|
||
|
## Protocol.Network.SearchInResponseBodyRequest.requestId property
|
||
|
|
||
|
Identifier of the network response to search.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
requestId: RequestId;
|
||
|
```
|