Versions in this module Expand all Collapse all v0 v0.1.1 Jul 30, 2026 v0.1.0 Jul 22, 2026 Changes in this version + type Extractor struct + Browsers []string + Domain string + RequiredCookieNames []string + func (e *Extractor) Extract(ctx context.Context) (map[string]string, string, error) + func (e *Extractor) WithFinder(f Finder) *Extractor + type Finder func(ctx context.Context, domain string) ([]RawCookie, error) + type RawCookie struct + Browser string + Name string + Profile string + Value string