[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. Signature: ```typescript scriptId: Runtime.ScriptId; ```