class Connection { static fromSession(session: CDPSession): Connection | undefined; }
Returns:
Connection | undefined