Basically what I need is a way to automatize the result of the following operations:
open a new tab;
open the Network tab in the develo
The short answer is, there is no way to get at the data you are after directly. The getHAR
method is only applicable to extensions meant to extend DevTools itself. The good news is, you can construct the HAR file yourself without too much trouble - this is exactly what phantom.js does.
For a head start, I have a post that with sample Ruby code that should you get started with steps 1-4: http://www.igvita.com/2012/04/09/driving-google-chrome-via-websocket-api/