Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2026 v0.2.0 Aug 12, 2026 Changes in this version + func ParseBrowserEnv(raw string) string + type Launcher interface + OpenURL func(url string) error + func NewExecLauncher(execPath string) Launcher + func NewNativeLauncher() Launcher + type MockLauncher struct + Client *http.Client + Context context.Context + Responses []*http.Response + func NewMockLauncher(ctx context.Context) *MockLauncher + func (l *MockLauncher) OpenURL(u string) error + func (l *MockLauncher) Wait()