mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Page > NavigateRequest
Protocol.Page.NavigateRequest interface
Signature:
export interface NavigateRequest
Properties
Property | Type | Description |
---|---|---|
frameId | FrameId | Frame id to navigate, if not specified navigates the top frame. |
referrer | string | Referrer URL. |
referrerPolicy | ReferrerPolicy | Referrer-policy used for the navigation. |
transitionType | TransitionType | Intended transition type. |
url | string | URL to navigate the page to. |