effect-playwright
    Preparing search index...

    Interface PlaywrightSpawner

    Deferred acquisition of a browser scoped to the caller's lifetime.

    When to use

    Use through withBrowser for the common case, or access browser directly when composing a custom scoped layer.

    0.7.0

    interface PlaywrightSpawner {
        browser: Effect<Playwright.Browser, PlaywrightError, Scope>;
    }
    Index