Hi,
   We want to achieve the following with firebug:
1. Load a test page with firebug activated.
2. The test runs (triggered by JS running in the jquery document.ready
hook).
3. At the end of the test, we need to collect data from the Net panel
(preferably the "har" json string that is generated by the NetExport
extension) and inject it into the dom of the test page (say in a
"netpanel" div).

Not sure if it is relevant, but the browser instance is triggered
using Watir web driver.
My question is -
1. Is there a way for the test page to "enable firebug along with the
net panel" using some JS api? Or for that matter to configure firefox
to always open it?
2. Is there any way to tap into the data gathered by the net panel
(ala NetExport extension) from the javascript running on the test
page?

Regards,

Neeraj

-- 
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 
http://groups.google.com/group/firebug?hl=en.

Reply via email to