Skip to main content
Version: 24.38.0

CDPSession.connection() 方法

🌐 CDPSession.connection() method

此会话的底层连接(如果有)。

🌐 The underlying connection for this session, if any.

语法

🌐 Signature

class CDPSession {
abstract connection(): Connection | undefined;
}

返回:

连接 | 未定义