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

742 B

Home > puppeteer > Protocol > Page > FrameStartedLoadingEvent

Protocol.Page.FrameStartedLoadingEvent interface

Fired when frame has started loading.

Signature:

export interface FrameStartedLoadingEvent 

Properties

Property Type Description
frameId FrameId Id of the frame that has started loading.