something like open -a "Google Chrome" --args --record-mode --output-file output.log
then: some-command-that-plays-it-back --infile output.log
does anyone know if something like that exists?
http://stackoverflow.com/questions/8806625/is-it-possible-to...
[edit] Also:
Random perl script: https://github.com/inno/pluck-har
Google's record/playback Chrome extension: http://code.google.com/p/bite-project/
something like open -a "Google Chrome" --args --record-mode --output-file output.log
then: some-command-that-plays-it-back --infile output.log
does anyone know if something like that exists?