How to collect network traffic automatically with Selenium WebDriver
If you need to collect performance data and http web traffic between your browser and web server. You can use following 2 methods to make the process automatically with Selenium WebDriver. Log http traffic data into har files using Firebug and netExport Firefox add-on. Use BrowserMob Proxy as proxy server to route web page request and …
How to collect network traffic automatically with Selenium WebDriver Read More »