gbox-sdk
    Preparing search index...

    Hierarchy

    • APIResource
      • Browser
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _client: GboxClient

    Methods

    • 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

      Parameters

      Returns APIPromise<string>

      const response = await client.v1.boxes.browser.cdpURL(
      'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',
      );