Member Junction
    Preparing search index...

    The handles the seam returns after a successful IBrowserbaseClient.CreateSession.

    interface BrowserbaseSessionHandles {
        CdpEndpoint: string;
        LiveViewUrl: string;
        SessionId: string;
    }
    Index

    Properties

    CdpEndpoint: string

    The Chrome DevTools Protocol connect endpoint for the created session. The shared CDP kit attaches the computer-use adapter to this over CDP.

    LiveViewUrl: string

    The hosted, embeddable live-view URL so humans can watch (and take over) the browser.

    SessionId: string

    The Browserbase session id — the durable external connection id, used to end the session.