mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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) > [Debugger](./puppeteer.protocol.debugger.md) > [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. |
|
||
|
|