You could try any page. For instance -
driver.get("http://www.google.com") followed by
driver.get("http://www.yahoo.com")
Thanks,
praneel
On Monday, 22 July 2013 09:15:41 UTC-7, Jan Honza Odvarko wrote:
>
> 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/435d6451-8442-452a-aa7e-9a69b51ca470%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.