14 lines
554 B
Markdown
14 lines
554 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameStartedLoadingEvent](./puppeteer.protocol.page.framestartedloadingevent.md) > [frameId](./puppeteer.protocol.page.framestartedloadingevent.frameid.md)
|
||
|
|
||
|
## Protocol.Page.FrameStartedLoadingEvent.frameId property
|
||
|
|
||
|
Id of the frame that has started loading.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
frameId: FrameId;
|
||
|
```
|