This docker visits a list of URLs by means of Chrome Web Browser and exports the HAR file.
344
This docker can be instrumented to automatically visit a list of URLs by means of Chrome Web Browser. It produces as output a set of HAR files (HTTP Archive, see http://www.softwareishard.com/blog/har-12-spec/) for each visited URL. The HAR is generated by the chrome-har-capturer tool (see https://github.com/cyrus-and/chrome-har-capturer). A HAR file contains the list of all the objects contained in page together with other statistics. Moreover it produces Tstat log files summarizing the TCP activity on the network (details in http://tstat.polito.it). To run it, use this syntax (all paths must be absolute):
docker run \
-v <urls>:/opt/urls.txt \
-v <tstat_logs>:/opt/tstat_logs \
-v <hars>:/opt/hars \
martino90/automatic_browser /opt/script/perform_experiment.sh \
[-p <pause>] [-a <max_attempts>] [-t <timeout>]
Where:
Content type
Image
Digest
Size
382.9 MB
Last updated
over 9 years ago
docker pull martino90/automatic_browser