import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { NavigateRequest } = Protocol.Page;
Properties
optional
transitionType: TransitionTypeIntended transition type.
optional
frameId: FrameIdFrame id to navigate, if not specified navigates the top frame.
optional
referrerPolicy: ReferrerPolicyReferrer-policy used for the navigation.