Connection.session() 方法
¥Connection.session() method
签名
¥Signature
class Connection {
session(sessionId: string): CDPSession | null;
}
参数
¥Parameters
范围 | 类型 | 描述 |
---|---|---|
sessionId | string | 会话 ID |
Returns:
CDPSession | null
当前 CDP 会话(如果存在)
¥The current CDP session if it exists