Skip to main content

Connection.createSession() method

Signature:
createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>;

Parameters

ParameterTypeDescription
targetInfoProtocol.Target.TargetInfoThe target info
Returns:

Promise<CDPSession>

The CDP session that is created