The page I'm working with needs to connect via websockets to an external url on ports 9703, 9704, 9705. It is part of a verification plugin that is installed on the local OS (MAC OS). In playwright, keep getting the error that the browser can't establish the connection (e.g. "The connection to wss://wss.**.com:9705/ was interrupted while the page was loading."). The page does work on same computer through normal desktop firefox. Is there a setting for playwright that will allow the passthrough of these ports? Thanks in advance.
This thread is trying to answer question "Is there a setting for Playwright that will allow the passthrough of ports 9703, 9704, 9705 for a websocket connection?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].