import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { FrameNavigatedEvent } = Protocol.Page;
Fired once navigation of the frame has completed. Frame is now associated with the new loader.
Properties
frame: Frame
Frame object.