I'm using selenium and webdriver.io to create automation tests,
In all the test I need to get the har file with browsermob-proxy and it's work great.
On one of my websites I'm using socket.io, and the connection to the server getting error because the proxy...when I turn off the proxy the connection with the server works great.
Do I need extra configuration with the selenium proxy like setting socketProxy? And if so what configuration should I follow?
Thanks
selenium-webdriver socket.io webdriver-io browsermob-proxy
|
this question
asked Nov 30 '15 at 9:22
Yossi Nagar
93
|
Know someone who can answer?
Share a link to this question via email, Google+, Twitter, or Facebook.
Recommend:selenium webdriver - Browsermob proxy stops capturing on url change
is the problem that I have: As long as I use single page everything is ok ,however when URL changes(due to navigating to other page or redirect), proxy is no longer captures any events (I'm not able to see those events in HAR file) Here is





