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

742 B

Home > puppeteer > Protocol > Page > FrameStoppedLoadingEvent

Protocol.Page.FrameStoppedLoadingEvent interface

Fired when frame has stopped loading.

Signature:

export interface FrameStoppedLoadingEvent 

Properties

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