afternoon / protractor-browsermob-test

An example which shows how to record network traffic from a Protractor test using BrowserMob Proxy
ISC License
5 stars 3 forks source link

Avoid using BrowserMobProxy #7

Open noopurporwal opened 5 years ago

noopurporwal commented 5 years ago

I want to fetch the analytics details of the my work place's website and automate its verification. I read online and found a solution to use BrowserMobProxy and create .HAR file to fetch the details. My query here is that if we have our in house server, can we avoid using BrowserMobProxy for the same requirement.