Skip to content

Commit 618ec92

Browse files
committed
Update readme
1 parent c14273a commit 618ec92

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

1414
License
1515
-------

0 commit comments

Comments
 (0)