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/934ac17a-7def-4e6d-9e7d-ab6f1efb8913%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to