14 lines
408 B
Markdown
14 lines
408 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) > [FrameId](./puppeteer.protocol.page.frameid.md)
|
|
|
|
## Protocol.Page.FrameId type
|
|
|
|
Unique frame identifier.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type FrameId = string;
|
|
```
|