Connection.session() 方法
签名:
class Connection {
session(sessionId: string): CDPSession | null;
}
参数
参数 | 类型 | 描述 |
---|---|---|
sessionId | 字符串 | 会话 ID |
返回值
CDPSession | null
如果存在,则为当前的 CDP 会话
class Connection {
session(sessionId: string): CDPSession | null;
}
参数 | 类型 | 描述 |
---|---|---|
sessionId | 字符串 | 会话 ID |
返回值
CDPSession | null
如果存在,则为当前的 CDP 会话