14 lines
568 B
Markdown
14 lines
568 B
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) > [scriptId](./puppeteer.protocol.debugger.searchincontentrequest.scriptid.md)
|
|
|
|
## Protocol.Debugger.SearchInContentRequest.scriptId property
|
|
|
|
Id of the script to search in.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
scriptId: Runtime.ScriptId;
|
|
```
|