[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [Location](./puppeteer.protocol.debugger.location.md) > [scriptId](./puppeteer.protocol.debugger.location.scriptid.md) ## Protocol.Debugger.Location.scriptId property Script identifier as reported in the `Debugger.scriptParsed`. Signature: ```typescript scriptId: Runtime.ScriptId; ```