puppeteer/new-docs/puppeteer.protocol.page.framenavigatedevent.md
2020-07-13 14:01:35 +01:00

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.