Creates a Chrome Devtools Protocol session attached to the target.
class Target { abstract createCDPSession(): Promise<CDPSession>; }
Returns:
Promise<CDPSession>