I followed http://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. 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?
On Sep 28, 12:35 pm, Tarun Kumar <tkum...@gmail.com> 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?
> 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?
> On Sep 28, 12:35 pm, Tarun Kumar <tkum...@gmail.com> 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?
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 Oct 1, 12:15 pm, Jan Honza Odvarko <odva...@gmail.com> wrote: > > On Sep 28, 12:35 pm, Tarun Kumar <tkum...@gmail.com> 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?
On Friday, October 5, 2012 5:53:24 AM UTC+2, 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:
>> On Oct 1, 12:15 pm, Jan Honza Odvarko <odva...@gmail.com> wrote: >> > On Sep 28, 12:35 pm, Tarun Kumar <tkum...@gmail.com> 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?
Hi.. i followed same procedure.. once i got the HAR file. second time when i am executing i am not able to get the HAR file in the specified path.. can u plz help me out??
On Oct 17, 1:32 pm, Vinay <vinayku...@goorulearning.org> wrote:
> Hi.. i followed same procedure.. once i got the HAR file. second time when
> i am executing i am not able to get the HAR file in the specified path..
> can u plz help me out??
We need detailed steps about what to do to see the problem.
Can you provide it + a test page?
The same page which is in example.Also,tried with google.com. Page is getting opened and closing with out any errors in console. But,in the specified path HAR file is not getting generated
I could not trace out where is the mistake.. the page is getting opened and closed. But,in the specified path the HAR file is not generated. Kindly,help me to achieve this. .
Finally i achieved the task.. i have something to get clarified.. only for one page load the HAR files is generated. Suppose if i am giving multiple selenium commands will i be able to get the response time for all the pages????
On Oct 18, 1:57 pm, Vinay <vinayku...@goorulearning.org> wrote:
> Hi..
> Finally i achieved the task..
Sounds great, what was the problem?
> i have something to get clarified.. only for
> one page load the HAR files is generated.
> Suppose if i am giving multiple selenium commands will i be able to get the
> response time for all the pages????
I need to capture all the request through Net export using Java. For approx. 15 minutes, my page will be triggering data and I need to capture all of them. Number of request could be more than 400. After Auto export when I read HAR file it does not have all 400 request, it has 200 request approx. But when I export it manually I see all 400 request. I tried increasing pageloaded timeout but still there was no change.
I'm using Firefox 10, Firebug 1.9.2, Netexpot 1.9.2
On Thursday, October 18, 2012 8:54:46 AM UTC-4, Jan Honza Odvarko wrote:
> On Oct 18, 1:57 pm, Vinay <vinayku...@goorulearning.org> wrote: > > Hi..
> > Finally i achieved the task.. > Sounds great, what was the problem?
> > i have something to get clarified.. only for > > one page load the HAR files is generated. > > Suppose if i am giving multiple selenium commands will i be able to get > the > > response time for all the pages???? > Yes, this should work.
> You just need to use the driver to open new page.
> I need to capture all the request through Net export using Java. For
> approx. 15 minutes, my page will be triggering data and I need to capture
> all of them. Number of request could be more than 400. After Auto export
> when I read HAR file it does not have all 400 request, it has 200 request
> approx. But when I export it manually I see all 400 request. I tried
> increasing pageloaded timeout but still there was no change.
> I'm using Firefox 10, Firebug 1.9.2, Netexpot 1.9.2
Does it help if you use latest versions?
Firefox 18, Firebug 1.11.1 and NetExport Netexpot 0.9b3
Btw. Netexpot 1.9.2, doesn't exist
Also, is there any way I can repro the problem on my machine?
> On Thursday, October 18, 2012 8:54:46 AM UTC-4, Jan Honza Odvarko wrote:
> > On Oct 18, 1:57 pm, Vinay <vinayku...@goorulearning.org> wrote:
> > > Hi..
> > > Finally i achieved the task..
> > Sounds great, what was the problem?
> > > i have something to get clarified.. only for
> > > one page load the HAR files is generated.
> > > Suppose if i am giving multiple selenium commands will i be able to get
> > the
> > > response time for all the pages????
> > Yes, this should work.
> > You just need to use the driver to open new page.
I'll try upgrading my version to the latest and let you know. I'm using Netexpot 0.9b2, my bad.
Repro steps: Goto cnbc.com and play the video which is in the top right corner. Different events will be triggered until the video completes playing. I need to capture those events.
On Tuesday, January 29, 2013 11:22:29 AM UTC-5, Jan Honza Odvarko wrote:
> On Jan 29, 12:59 am, gsounda...@gmail.com wrote: > > Hi Jan,
> > I need to capture all the request through Net export using Java. For > > approx. 15 minutes, my page will be triggering data and I need to > capture > > all of them. Number of request could be more than 400. After Auto export > > when I read HAR file it does not have all 400 request, it has 200 > request > > approx. But when I export it manually I see all 400 request. I tried > > increasing pageloaded timeout but still there was no change.
> > I'm using Firefox 10, Firebug 1.9.2, Netexpot 1.9.2
> Does it help if you use latest versions? > Firefox 18, Firebug 1.11.1 and NetExport Netexpot 0.9b3
> Btw. Netexpot 1.9.2, doesn't exist
> Also, is there any way I can repro the problem on my machine?
> Honza
> > Soundar
> > On Thursday, October 18, 2012 8:54:46 AM UTC-4, Jan Honza Odvarko wrote:
> > > On Oct 18, 1:57 pm, Vinay <vinayku...@goorulearning.org> wrote: > > > > Hi..
> > > > Finally i achieved the task.. > > > Sounds great, what was the problem?
> > > > i have something to get clarified.. only for > > > > one page load the HAR files is generated. > > > > Suppose if i am giving multiple selenium commands will i be able to > get > > > the > > > > response time for all the pages???? > > > Yes, this should work.
> > > You just need to use the driver to open new page.
On Tuesday, January 29, 2013 11:59:38 AM UTC-5, gsoun...@gmail.com wrote:
> I'll try upgrading my version to the latest and let you know. I'm > using Netexpot 0.9b2, my bad.
> Repro steps: Goto cnbc.com and play the video which is in the top right > corner. Different events will be triggered until the video completes > playing. I need to capture those events.
> Soundar
> On Tuesday, January 29, 2013 11:22:29 AM UTC-5, Jan Honza Odvarko wrote:
>> On Jan 29, 12:59 am, gsounda...@gmail.com wrote: >> > Hi Jan,
>> > I need to capture all the request through Net export using Java. For >> > approx. 15 minutes, my page will be triggering data and I need to >> capture >> > all of them. Number of request could be more than 400. After Auto >> export >> > when I read HAR file it does not have all 400 request, it has 200 >> request >> > approx. But when I export it manually I see all 400 request. I tried >> > increasing pageloaded timeout but still there was no change.
>> > I'm using Firefox 10, Firebug 1.9.2, Netexpot 1.9.2
>> Does it help if you use latest versions? >> Firefox 18, Firebug 1.11.1 and NetExport Netexpot 0.9b3
>> Btw. Netexpot 1.9.2, doesn't exist
>> Also, is there any way I can repro the problem on my machine?
>> Honza
>> > Soundar
>> > On Thursday, October 18, 2012 8:54:46 AM UTC-4, Jan Honza Odvarko >> wrote:
>> > > On Oct 18, 1:57 pm, Vinay <vinayku...@goorulearning.org> wrote: >> > > > Hi..
>> > > > Finally i achieved the task.. >> > > Sounds great, what was the problem?
>> > > > i have something to get clarified.. only for >> > > > one page load the HAR files is generated. >> > > > Suppose if i am giving multiple selenium commands will i be able to >> get >> > > the >> > > > response time for all the pages???? >> > > Yes, this should work.
>> > > You just need to use the driver to open new page.
On Thursday, January 31, 2013 9:33:44 AM UTC-5, Jan Honza Odvarko wrote:
> Was the problem reported? > (please cross post the issue number here so, I don't miss it)
> Honza
> On Jan 30, 12:03 pm, Jan Honza Odvarko <odva...@gmail.com> wrote: > > On Jan 30, 12:42 am, gsounda...@gmail.com wrote:> I upgraded and tried > but still no change in results.
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:
>> On Oct 1, 12:15 pm, Jan Honza Odvarko <odva...@gmail.com> wrote: >> > On Sep 28, 12:35 pm, Tarun Kumar <tkum...@gmail.com> 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?
just found out from the documnetation in code All requests are collected in an internal array and removed when proper response is received. As soon as the requests list is empty again, the object waits for specified amount of time (see: extensions.firebug.netexport.pageLoadedTimeout) and if no request is made during this period the page is declared to be loaded.
On Friday, March 8, 2013 12:33:04 AM UTC+5:30, Alok Nayak wrote:
> 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:
>>> On Oct 1, 12:15 pm, Jan Honza Odvarko <odva...@gmail.com> wrote: >>> > On Sep 28, 12:35 pm, Tarun Kumar <tkum...@gmail.com> 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?