Member Junction
    Preparing search index...

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

    interface SteelSessionHandles {
        CdpEndpoint: string;
        SessionId: string;
        SessionViewerUrl: 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.

    SessionId: string

    The Steel session id — the durable external connection id, used to release the session.

    SessionViewerUrl: string

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