2023-09-13 13:47:55 +00:00
|
|
|
---
|
|
|
|
sidebar_label: CDPSessionEvents
|
|
|
|
---
|
|
|
|
|
|
|
|
# CDPSessionEvents interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface CDPSessionEvents extends CDPEvents, Record<EventType, unknown>
|
|
|
|
```
|
|
|
|
|
2023-11-13 12:27:17 +00:00
|
|
|
**Extends:** [CDPEvents](./puppeteer.cdpevents.md), Record<[EventType](./puppeteer.eventtype.md), unknown>
|
2023-09-19 15:42:40 +00:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| --------------- | --------- | --------------------------------------- | ----------- | ------- |
|
|
|
|
| sessionattached | | [CDPSession](./puppeteer.cdpsession.md) | | |
|
|
|
|
| sessiondetached | | [CDPSession](./puppeteer.cdpsession.md) | | |
|