Receiving special events through WebSocket #2035
zaalgol
started this conversation in
Development
Replies: 1 comment 8 replies
-
Have you tried using |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My code browses the web through a proxy, while the proxy returns an application that you browse with and receives messages through a WebSocket.
I succeed in tests to browsing this way, but do not get messages from the WebSocket.
I am waiting for a special event from the server called 'TestEvent' in the following code, and it is not received.
I tried inside the goto, and also inside waitFor
code:
post Scriptum: In Puppeteer it works with:
Is there anything similar or equivalent in Taiko?
Beta Was this translation helpful? Give feedback.
All reactions