Connection class
Signature
export declare class Connection extends EventEmitter<CDPSessionEvents>
Extends: EventEmitter<CDPSessionEvents>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(url, transport, delay, timeout, rawErrors) | Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| timeout |
| number |
Methods
Method | Modifiers | Description |
|---|---|---|
| createSession(targetInfo) | ||
| dispose() | ||
| fromSession(session) |
| |
| send(method, params, options) | ||
| session(sessionId) | ||
| url() |