[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SearchInContentResponse](./puppeteer.protocol.debugger.searchincontentresponse.md) ## Protocol.Debugger.SearchInContentResponse interface Signature: ```typescript export interface SearchInContentResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [result](./puppeteer.protocol.debugger.searchincontentresponse.result.md) | [SearchMatch](./puppeteer.protocol.debugger.searchmatch.md)\[\] | List of search matches. |