Protected
This endpoint allows you to generate a pre-signed URL for accessing the Chrome DevTools Protocol (CDP) of a running box. The URL is valid for a limited time and can be used to interact with the box's browser environment
Optional
const response = await client.v1.boxes.browser.cdpURL( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',); Copy
const response = await client.v1.boxes.browser.cdpURL( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',);
This endpoint allows you to generate a pre-signed URL for accessing the Chrome DevTools Protocol (CDP) of a running box. The URL is valid for a limited time and can be used to interact with the box's browser environment