playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 144 forks source link

Runtime error during pw.Chromium.Connect #425

Closed jackshavryhin closed 3 months ago

jackshavryhin commented 3 months ago

When i try run tests via browser, err := pw.Chromium.Connect(endpoint, playwright.BrowserTypeConnectOptions{}) getting error "panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6b6812]"