Member Junction
    Preparing search index...
    HyperbrowserClientFactory: (
        options?: HyperbrowserCreateSessionOptions,
    ) => IHyperbrowserClient

    A factory that constructs an IHyperbrowserClient for a session — the creation seam. Production supplies a factory that builds the real @hyperbrowser/sdk adapter from resolved config; tests supply one that returns a FakeHyperbrowserClient.

    Type Declaration