Member Junction
    Preparing search index...
    BrowserlessClientFactory: (
        options?: BrowserlessCreateSessionOptions,
    ) => IBrowserlessClient

    A factory that constructs an IBrowserlessClient for a session — the creation seam. Production supplies a factory that builds the real browserless.io adapter from resolved config; tests supply one that returns a FakeBrowserlessClient.

    Type Declaration