[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [NavigateRequest](./puppeteer.protocol.page.navigaterequest.md) > [frameId](./puppeteer.protocol.page.navigaterequest.frameid.md) ## Protocol.Page.NavigateRequest.frameId property Frame id to navigate, if not specified navigates the top frame. Signature: ```typescript frameId?: FrameId; ```