--- sidebar_label: CDPSessionEvents --- # CDPSessionEvents interface #### Signature: ```typescript export interface CDPSessionEvents extends CDPEvents, Record ``` **Extends:** [CDPEvents](./puppeteer.cdpevents.md), Record<EventType, unknown> ## Properties | Property | Modifiers | Type | Description | Default | | --------------- | --------- | --------------------------------------- | ----------- | ------- | | sessionattached | | [CDPSession](./puppeteer.cdpsession.md) | | | | sessiondetached | | [CDPSession](./puppeteer.cdpsession.md) | | |