8a099a0c2c
The former is not understood by TSDoc.
691 B
691 B
Home > puppeteer > Connection > createSession
Connection.createSession() method
Signature:
createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>;
Parameters
Parameter | Type | Description |
---|---|---|
targetInfo | Protocol.Target.TargetInfo |
Returns:
Promise<CDPSession>
{!Promise<!CDPSession>}