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