firebug / har-export-trigger

Trigger HAR export any time directly from within a page.
Other
52 stars 13 forks source link

Missing events in the har file after the page is loaded #26

Open talwararjun4 opened 8 years ago

talwararjun4 commented 8 years ago

I noticed that the HAR file is generated immediately on page load event completion. Imagine the following usecase - I navigated to gmail. the moment the page load event completed the har file got generated.

Now i opened my mail, then the sent folder and then opened the trash folder.

All these events do not result in a page load event firing and hence dont not get captured anywhere in the har file (which is already written). (All of these are ajax calls i guess)

How do I get those events in the har file ?