> Is this implemented in Firebug 3 or is it missing for now?
Yep, it should work, take a look here:
https://github.com/firebug/firebug.next/blob/master/lib/net/export/har-collector.js#L117

+ there is a comment

Honza


On Monday, April 6, 2015 at 5:50:57 PM UTC+2, Senthil wrote:
>
> I was able to successfully get window.NetExport.triggerExport() working 
> with Firebug 3.0 alpha 9 and Firefox 37.0.1
> Thanks Honza for that bug fix.
>
>
> When I wanted only one har file that was generated with triggerExport, I 
> set the value of "netexport.pageLoadedTimeout" to 0 (number).
> But when I run the selenium test, I get one har file for each page and one 
> extra for the triggerExport.
>
> I have attached a  Java + Maven based project which brings up the browser, 
> installs firebug and loads the page.
> All the configurations are set in  FirefoxWebdriverService.java file.
>
>
> In the netexporter plugin code, I saw some code related to 
> "pageLoadTimeout" like the one below (in automation.js)
> // 3) The page is loaded if there is no new request after specified 
> timeout. // extensions.firebug.netexport.pageLoadedTimeout var timeout = 
> Firebug.getPref(prefDomain, "pageLoadedTimeout");  if (timeout > 0) 
> this.timeout 
> = setTimeout(bindFixed(this.onPageLoaded, this), timeout);
>
>
>
> I don't see anything similar to this in the firebug3 - lib/net/export/ 
> folder (looked in multiple .js files including automation.js)
>
> Is this implemented in Firebug 3 or is it missing for now?
>
>
> Thanks
> Senthil.
>
>
>

-- 
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/2de75833-d576-413b-8b7c-53f553682bc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to