[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameRequestedNavigationEvent](./puppeteer.protocol.page.framerequestednavigationevent.md) > [frameId](./puppeteer.protocol.page.framerequestednavigationevent.frameid.md) ## Protocol.Page.FrameRequestedNavigationEvent.frameId property Id of the frame that is being navigated. Signature: ```typescript frameId: FrameId; ```