Versions in this module Expand all Collapse all v1 v1.0.75 Mar 28, 2026 v1.0.62 Mar 9, 2026 Changes in this version + const DefaultTimeout + func DefaultFlags() []chromedp.ExecAllocatorOption + func RunChrome[T any](config Options, extractor Extractor[T]) (T, error) + type Extractor func(ctx context.Context) (T, error) + type Options struct + Flags []chromedp.ExecAllocatorOption + Path string + Timeout time.Duration