puppeteer/new-docs/puppeteer.framemanager._onframeattached.md

24 lines
577 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [FrameManager](./puppeteer.framemanager.md) &gt; [\_onFrameAttached](./puppeteer.framemanager._onframeattached.md)
## FrameManager.\_onFrameAttached() method
<b>Signature:</b>
```typescript
_onFrameAttached(frameId: string, parentFrameId?: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| frameId | string | |
| parentFrameId | string | |
<b>Returns:</b>
void