14 lines
448 B
Markdown
14 lines
448 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [SessionID](./puppeteer.protocol.target.sessionid.md)
|
|
|
|
## Protocol.Target.SessionID type
|
|
|
|
Unique identifier of attached debugging session.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type SessionID = string;
|
|
```
|