[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameStoppedLoadingEvent](./puppeteer.protocol.page.framestoppedloadingevent.md) > [frameId](./puppeteer.protocol.page.framestoppedloadingevent.frameid.md) ## Protocol.Page.FrameStoppedLoadingEvent.frameId property Id of the frame that has stopped loading. Signature: ```typescript frameId: FrameId; ```