Member Junction
    Preparing search index...

    The minimal Chrome-container orchestration surface the import('./selfhost-remote-browser').SelfHostRemoteBrowser driver depends on. Production binds this to a real container orchestrator; tests inject a FakeChromeContainerRunner.

    interface IChromeContainerRunner {
        Acquire(
            opts: ChromeContainerAcquireOptions,
        ): Promise<ChromeContainerHandle>;
    }

    Implemented by

    Index

    Methods

    Methods