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.26k stars 163 forks source link

feat: add WebSocket routing #503

Closed canstand closed 4 weeks ago

canstand commented 1 month ago

WebSocket routing is finally available. During my testing, I found and fixed some things I missed before, such as route handler error handling, etc.