Get a CDP URL for use with Playwright or Puppeteer
Returns a URL that can be used with Playwright’s connectOverCdp method to connect your local Playwright instance to an Anon-managed browser instance where the desired integration account has already been logged in.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The integration you would like to use
The ID of the user whose account to use. This should be the same ID that was passed to /link.
The ID of the activity group to use. This is used for logging purposes.
Proxy configuration. Takes a server, username, and password.
CDP URL to inject sessions into. Does not support proxying.
Maximum amount of time in seconds to keep the browser session active.
Response
The CDP URL for use with Playwright or Puppeteer
A URL where you can observe a live rendering of the browser session. Only available for managed sessions.
Was this page helpful?