Versions in this module Expand all Collapse all v0 v0.2.1 Jul 28, 2026 v0.2.0 Jul 28, 2026 Changes in this version type ConnOpts + ConsentTimeout time.Duration v0.1.0 Jul 16, 2026 Changes in this version + var Version = "dev" + type App struct + func New(b chrome.Browser, out, errw io.Writer) *App + func (a *App) Close() + func (a *App) Execute(args ...string) int + func (a *App) WithConnector(fn func(ctx context.Context, o ConnOpts) (chrome.Browser, error)) *App + func (a *App) WithDaemonCtl(start, stop, status func(ConnOpts) (map[string]any, error)) *App + func (a *App) WithDefaults(d config.Defaults) *App + func (a *App) WithInput(r io.Reader) *App + func (a *App) WithStickyTarget(get func(ConnOpts) string, set func(ConnOpts, string) error) *App + type ConnOpts struct + NoDaemon bool + NoLaunch bool + Port int + ProfileDir string