Just out of curiosity, I am wondering, how can setting "pageloadedtimeout" ,solved your problem? given I am assuming that "pageloadedtimeout" is same as webdriver wait "pageloadtimeout" (that is netexport waits for page to load within timeout before exporting to file) and also assuming that the page you requested will be "loaded" first then ajax operation would have happened. So this should work only if ajax operation is happening before page load and setting "pageloadedtimeout" allowed ajax operation to happen, which is confusing.
On Friday, October 5, 2012 9:23:24 AM UTC+5:30, Tarun Kumar wrote: > > Thanks for response Jan, > > I found that the issue is because of ajax operation. I increased the time > out limit << profile.setPreference(domain + "netexport.pageLoadedTimeout", > "120000");>> and got to see all requests being logged in har file. > > On Wednesday, October 3, 2012 8:25:07 PM UTC+5:30, Jan Honza Odvarko wrote: >> >> I have fixed one netExport related issue that could solve the problem >> see: http://code.google.com/p/fbug/issues/detail?id=5925 >> >> There is also fresh new release: NetExport 0.9b2 >> https://getfirebug.com/releases/netexport/netExport-0.9b2.xpi >> >> Does it solve the problem? >> Honza >> >> On Oct 1, 12:15 pm, Jan Honza Odvarko <[email protected]> wrote: >> > On Sep 28, 12:35 pm, Tarun Kumar <[email protected]> wrote:> I >> followedhttp:// >> www.softwareishard.com/blog/firebug/automate-page-load-perform... >> > > to capture n/w traffic and all went well. >> > > But I am facing one issue with respect to data which is exported from >> net >> > > panel. For one operation on page only 26 requests are exported to har >> file >> > > and not all the requests. >> > >> > Is the page accessible online? >> > Can we somehow try to repro the problem on our machines? >> > >> > Honza >> > >> > >> > >> > >> > >> > >> > >> > > I gave more than 1 minute wait period but yet see only 26 requests in >> the >> > > exported har file. While in the net export panel of browser I can see >> all >> > > the request during test run. Did I miss any setting? >> > >> > > Thanks in advance >> > > Tarun K >> > -- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
