How to monitor websocket data? could you provide a demo,thanks #443
Unanswered
tangjiemian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
like this ?
page.On("websocket", func(websocket playwright.WebSocket) {
fmt.Printf("websocket %s\n", websocket.URL())
})
could you provide a demo,thanks
Beta Was this translation helpful? Give feedback.
All reactions