Hi Guys,
    I also found that netexport auto-dump seems diff than manually click
the export button, I have a test html which has iframe and javascript tag
that will finally dispaly a flash,  manually-exported har does contain a
response with content-type as
application/x-shockwave-flashand the corresponding request is actually the
url for a flash,  this is working as expecetd,

BUT,

if using auto-export, then the generated har does not have that, the har
instead  contains a response with content.mimeType as text/html, and the
text is a html page source which contains string like
'<embed allowScriptAccess=\"always\" quality=\"high\" salign=\"LT\"
loop=\"true\" type=\"application/x-shockwave-flash\"

I would hope the auto-exported har will look exactly the same as the
manually-exported one. I tried to increase this:

profile.setPreference("extensions.firebug.netexport.pageLoadedTimeout",
                5000);
and let the program wait for a while after driver.get(...)
Thread.sleep(6000)
No luck.

Anybody know how to fix this?

Thanks,
guo




On Wed, Feb 6, 2013 at 5:32 PM, Guo Li <[email protected]> wrote:

> issue created
> http://code.google.com/p/fbug/issues/detail?id=6250
>
> Thanks,
> Guo
>
>
>
> On Tue, Feb 5, 2013 at 9:34 AM, Jan Honza Odvarko <[email protected]>wrote:
>
>> Hi Guo,
>> yep, I can reproduce the problem on my machine.
>>
>> Could you please file a new issue report here:
>> http://code.google.com/p/fbug/issues/list
>> (please attach the same files)
>>
>> and I’ll take a look at it.
>>
>> Thanks!
>> Honza
>>
>> --
>> --
>> 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.
>>
>>
>>
>

-- 
-- 
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.


Reply via email to