File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# HAR Export Trigger
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.
2+ Firefox add-on improving automated HAR (HTTP Archive) export of collected
3+ data from the Network panel. This add-on is built on top of native developer
4+ tools in Firefox. Firebug is not needed for this add-on.
95
10- Read more about [ HAR] ( http://www.softwareishard.com/blog/har-12-spec/ ) format
11- (based on JSON).
6+ The add-on HAR exports HAR API directly to the page. Any automated system can
7+ be consequently built on top of the API and trigger HAR export using a simple
8+ JavaScript call at any time. It can be also nicely integrated with e.g.
9+ Selenium to implement automated HAR export robots for existing automated test
10+ suites.
1211
12+ Visit [ Home Page] ( http://www.softwareishard.com/blog/har-export-trigger/ )
1313
1414License
1515-------
You can’t perform that action at this time.
0 commit comments