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

    The options the driver passes when asking the seam to create a Browserless session. This is the opaque, backend-specific import('@memberjunction/remote-browser-base').RemoteBrowserProviderContext.Configuration record (region, proxy egress settings, viewport hints, recording flags, resolved credential references) handed straight through to the Browserless 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.