Do you have an online page I could try to reproduce the problem on my machine?
Honza On Saturday, July 20, 2013 3:19:46 AM UTC+2, Praneel Redlapalle wrote: > > Hi, > > I followed the post on > http://www.softwareishard.com/blog/firebug/automate-page-load-performance-testing-with-firebug-and-selenium/ > to > capture all network traffic in a .HAR file. > But then, for every URL redirect, a new HAR file is being generated. > I would prefer to have a single .HAR file generated @ the end of test. I > tried using "extensions.firebug.net.enableSites" by setting it to "true" > But there seems to be no impact. > > My code - > > *profileAutoUser.setPreference(domain + "currentVersion", "1.11.4");* > *profileAutoUser.setPreference(domain + "allPagesActivation", "on");* > *profileAutoUser.setPreference(domain + "defaultPanelName", "net");* > *profileAutoUser.setPreference(domain + "net.enableSites", true);* > *profileAutoUser.setPreference(domain + "net.persistent", true);* > * > * > *// Set default NetExport preferences* > *profileAutoUser.setPreference(domain + > "netexport.alwaysEnableAutoExport", true);* > *profileAutoUser.setPreference(domain + "netexport.autoExportToFile", > true);* > *profileAutoUser.setPreference(domain + "netexport.showPreview", false);* > *profileAutoUser.setPreference(domain + "netexport.defaultLogDir", > "C:\\Automation\\har\\");* > > > Please help! > > Thanks, > praneel > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/06012035-0462-406c-bb9a-41db4f2203a0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
