Versions in this module Expand all Collapse all v0 v0.4.1 Aug 2, 2026 v0.1.1 Jun 11, 2026 Changes in this version + type ConnectOpts struct + Headless bool + Proxy string + TimeoutSec int + UserDataDir string + type Local struct + func (Local) Connect(_ context.Context, opts ConnectOpts) (string, func(), error) + func (Local) Name() string + type Provider interface + Connect func(ctx context.Context, opts ConnectOpts) (wsURL string, cleanup func(), err error) + Name func() string