Back to Puppeteer

Connection.createSession() method

website/versioned_docs/version-24.40.0/api/puppeteer.connection.createsession.md

19.2.2506 B
Original Source

Connection.createSession() method

Signature

typescript
class Connection {
  createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>;
}

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

targetInfo

</td><td>

Protocol.Target.TargetInfo

</td><td>

The target info

</td></tr> </tbody></table>

Returns:

Promise<CDPSession>

The CDP session that is created