CDPSessionCDPSession.connectionVersion: 24.38.0On this pageCDPSession.connection() 方法 🌐 CDPSession.connection() method 此会话的底层连接(如果有)。 🌐 The underlying connection for this session, if any. 语法 🌐 Signature class CDPSession { abstract connection(): Connection | undefined;} 返回: 连接 | 未定义