Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 577 Bytes

puppeteer.framemanager._onframeattached.md

File metadata and controls

23 lines (14 loc) · 577 Bytes

Home > puppeteer > FrameManager > _onFrameAttached

FrameManager._onFrameAttached() method

Signature:

_onFrameAttached(frameId: string, parentFrameId?: string): void;

Parameters

Parameter Type Description
frameId string
parentFrameId string

Returns:

void