puppeteer/new-docs/puppeteer.protocol.network.searchinresponsebodyresponse.result.md

14 lines
578 B
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; [SearchInResponseBodyResponse](./puppeteer.protocol.network.searchinresponsebodyresponse.md) &gt; [result](./puppeteer.protocol.network.searchinresponsebodyresponse.result.md)
## Protocol.Network.SearchInResponseBodyResponse.result property
List of search matches.
<b>Signature:</b>
```typescript
result: Debugger.SearchMatch[];
```