Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.38 KB

puppeteer.cdpsession.md

File metadata and controls

37 lines (26 loc) · 1.38 KB

Home > puppeteer > CDPSession

CDPSession class

Signature:

export declare class CDPSession extends EventEmitter 

Extends: EventEmitter

Constructors

Constructor Modifiers Description
(constructor)(connection, targetType, sessionId) Constructs a new instance of the CDPSession class

Properties

Property Modifiers Type Description
_callbacks Map<number, ConnectionCallback>
_connection Connection
_sessionId string
_targetType string

Methods

Method Modifiers Description
_onClosed()
_onMessage(object)
detach()
send(method, params)