mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
738 B
738 B
Home > puppeteer > Protocol > Page > FrameNavigatedEvent
Protocol.Page.FrameNavigatedEvent interface
Fired once navigation of the frame has completed. Frame is now associated with the new loader.
Signature:
export interface FrameNavigatedEvent
Properties
Property | Type | Description |
---|---|---|
frame | Frame | Frame object. |