Member Junction
    Preparing search index...
    HyperbrowserCreateSessionOptions: Record<string, unknown>

    The options the driver passes when asking the seam to create a Hyperbrowser session. This is the opaque, backend-specific import('@memberjunction/remote-browser-base').RemoteBrowserProviderContext.Configuration record (stealth, proxy egress, persistent-context profile, captcha-solving flags, viewport hints, resolved credential references) handed straight through to the Hyperbrowser adapter. Typed as a record of unknown values rather than any so the boundary stays inspectable without losing type-safety; the adapter narrows the fields it understands. Never carries inline secrets — credentials resolve upstream.