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
2.11k stars 156 forks source link

refactor(transport): handle transport error, no more log.Fatal #395

Closed canstand closed 9 months ago

canstand commented 9 months ago

After refactoring the transport, the unexpected exit of playwright cli will not cause hang or the main program to exit directly.