14 lines
532 B
Markdown
14 lines
532 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) > [NavigateResponse](./puppeteer.protocol.page.navigateresponse.md) > [frameId](./puppeteer.protocol.page.navigateresponse.frameid.md)
|
||
|
|
||
|
## Protocol.Page.NavigateResponse.frameId property
|
||
|
|
||
|
Frame id that has navigated (or failed to navigate)
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
frameId: FrameId;
|
||
|
```
|