File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 11# HAR Export Trigger
2- Firefox plugin for HAR (HTTP Archive) export. Built on top of native
3- developer tools in Firefox. Allows triggering HAR export directly
4- from within a page. Can be used together with e.g. Selenium to
5- implement automated HAR export robot.
2+ Firefox add-on for automated HAR (HTTP Archive) export. This add-on is built on
3+ top of native developer tools in Firefox and allows automated export
4+ of all collected and computed data from the <strong >Network</strong > panel.
5+ Automation can be implemented on top of HAR API that are exposed directly
6+ to the page.
7+ It can be also used together with e.g. Selenium to implement automated HAR
8+ export robots. Firebug is not needed for this add-on.
9+
10+ Read more about [ HAR] ( http://www.softwareishard.com/blog/har-12-spec/ ) format
11+ (based on JSON).
612
713
814License
@@ -62,6 +68,9 @@ from the source and run on your machine.
6268
6369Further Resources
6470-----------------
71+ * Home Page: http://www.softwareishard.com/blog/har-export-trigger/
6572* HAR Spec: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HAR/Overview.html
6673* HAR Spec (original): http://www.softwareishard.com/blog/har-12-spec/
67- * DevTools Extension Examples: https://github.com/mozilla/addon-sdk/tree/devtools/examples
74+ * HTTP Archive Viewer: http://www.softwareishard.com/blog/har-viewer/
75+ * HAR Discussion Group: http://groups.google.com/group/http-archive-specification/
76+
You can’t perform that action at this time.
0 commit comments