[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameClearedScheduledNavigationEvent](./puppeteer.protocol.page.frameclearedschedulednavigationevent.md) > [frameId](./puppeteer.protocol.page.frameclearedschedulednavigationevent.frameid.md) ## Protocol.Page.FrameClearedScheduledNavigationEvent.frameId property Id of the frame that has cleared its scheduled navigation. Signature: ```typescript frameId: FrameId; ```