Member Junction
    Preparing search index...

    Self-Hosted Chrome's ICdpSessionBackend. Constructed by import('./selfhost-remote-browser').SelfHostRemoteBrowser.AcquireSession around the running container handle.

    Implements

    Index

    Constructors

    Methods

    • Returns the MJ-hosted, embeddable live-view URL — the runner's viewer page, whose frames come from the inherited CDP screencast. Self-host has no provider-hosted live view of its own, so this is MJ's own viewer backed by the screencast (the documented production binding seam).

      Does NOT throw: the seed row marks LiveView supported for Self-Hosted Chrome.

      Returns Promise<string>

      A promise resolving to the MJ-hosted viewer URL.

    • Tears down the Chrome container behind this session by delegating to the container handle's Release. Idempotent — a second call after a successful release is a no-op, so teardown is safe to run from both the session's Close() and the provider's Disconnect().

      Returns Promise<void>

      A promise that resolves once the container has been released.