You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playwright supports the inspection of WebSockets. Clients can subscribe via page.on("websocket") to get an event when a new WebSocket is created. As payload the WebSocket instance is passed, which can then be used to attach additional event handlers manually.
The text was updated successfully, but these errors were encountered:
Playwright supports the inspection of WebSockets. Clients can subscribe via
page.on("websocket")
to get an event when a new WebSocket is created. As payload the WebSocket instance is passed, which can then be used to attach additional event handlers manually.The text was updated successfully, but these errors were encountered: