<!-- 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; [Debugger](./puppeteer.protocol.debugger.md) &gt; [SearchInContentRequest](./puppeteer.protocol.debugger.searchincontentrequest.md)

## Protocol.Debugger.SearchInContentRequest interface

<b>Signature:</b>

```typescript
export interface SearchInContentRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [caseSensitive](./puppeteer.protocol.debugger.searchincontentrequest.casesensitive.md) | boolean | If true, search is case sensitive. |
|  [isRegex](./puppeteer.protocol.debugger.searchincontentrequest.isregex.md) | boolean | If true, treats string parameter as regex. |
|  [query](./puppeteer.protocol.debugger.searchincontentrequest.query.md) | string | String to search for. |
|  [scriptId](./puppeteer.protocol.debugger.searchincontentrequest.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | Id of the script to search in. |