Good day, 

I'm also encountering this issue; attached the FBTracing logs...
I've set these on my profile: 
                                    
myProfile.SetPreference("extensions.firebug.netexport.secretToken", 
"abcde");
                                    
myProfile.SetPreference("extensions.firebug.netexport.alwaysEnableAutoExport", 
true);
                                    
myProfile.SetPreference("extensions.firebug.netexport.autoExportToFile", 
false);
                                    
myProfile.SetPreference("extensions.firebug.netexport.autoExportToServer", 
false);
                                    
myProfile.SetPreference("extensions.firebug.netexport.defaultLogDir", 
DownloadPath);
                                    
//myProfile.SetPreference("extensions.firebug.netexport.showPreview", true);
                                    
myProfile.SetPreference("extensions.firebug.netexport.sendToConfirmation", 
false);
                                    
myProfile.SetPreference("extensions.firebug.netexport.pageLoadedTimeout", 
0);
                                    
myProfile.SetPreference("extensions.firebug.netexport.Automation", true);

Triggering the Javascript via Firebug Console: 
window.NetExport.triggerExport("abcde");
That returns as undefined, my NetExport is taken from the latest copy in 
GIT.

Many Thanks,
Tim

On Monday, January 12, 2015 at 4:14:50 PM UTC+8, Jan Honza Odvarko wrote:
>
> I don't have Selenium installed and setup on my machine,
> but perhaps you could try to install FBTrace?
> https://getfirebug.com/wiki/index.php/FBTrace
>
> Download for Firebug 2:
> https://getfirebug.com/releases/fbtrace/2.0/
>
> Check DBG_NETEXPORT option in the Options tab,
> start your scenario, collect all the logs, export the log to a file
> (Tools -> Save To File, *.ftl) and send it to me
> (make sure there are no sensitive data in the log)
>
> I can consequently analyze the log and try to
> figure out the problem.
>
> Honza
>
>
>
> On Sunday, January 11, 2015 at 4:58:33 PM UTC+1, Arie Hoenel wrote:
>>
>> Hi Honza
>>
>> I tried your patch.
>> I can run the action "window.NetExport.triggerExport("harFile")" without 
>> getting any errors, but it did not save any HAR file when I run by Selenium.
>> When I try manually, I'm running the same action and CAN save HAR file.
>>
>> Do you have any idea ?
>>
>> Thanks
>> Arie
>>
>> 2015-01-08 14:03 GMT+02:00 Arie Hoenel <[email protected] <javascript:>>:
>>
>>> Hi
>>>
>>> Thanks for this fix.
>>> Can you please tell me how to create a xpi file to check it ?
>>>
>>>
>>> 2015-01-08 13:02 GMT+02:00 Jan Honza Odvarko <[email protected] 
>>> <javascript:>>:
>>>
>>>> I created a bug report for this here:
>>>> https://github.com/firebug/netexport/issues/16
>>>>
>>>> I don't know how to easily reproduce the problem, but I created and 
>>>> committed
>>>> a patch at 
>>>> https://github.com/firebug/netexport/commit/d096cbc681cb0dae58a1691cd2963824d74d24c1
>>>>
>>>> Can you git clone https://github.com/firebug/netexport.git
>>>> and give it a try?
>>>>
>>>> Honza
>>>>
>>>>
>>>>
>>>>
>>>> On Thursday, January 8, 2015 8:44:23 AM UTC+1, Katy Dayan wrote:
>>>>>
>>>>> I have the similar issue(+ConsoleExport)
>>>>>  https://groups.google.com/d/msg/firebug/fESjQLqYtv4/IFoJGB_OthkJ
>>>>>
>>>>> Can you please help?
>>>>> Thanks!!!
>>>>>
>>>>> вторник, 6 января 2015 г., 19:38:18 UTC+2 пользователь Jan Honza 
>>>>> Odvarko написал:
>>>>>>
>>>>>> I'll take a look at it tomorrow.
>>>>>> (I got back from my vacation yesterday)
>>>>>>
>>>>>> Honza
>>>>>>
>>>>>> On Tuesday, January 6, 2015 9:46:39 AM UTC+1, Arie Hoenel wrote:
>>>>>>>
>>>>>>> Honza ??? I'm stuck in my work because this issue....
>>>>>>>
>>>>>>> thanks for your help !
>>>>>>>
>>>>>>  -- 
>>>> You received this message because you are subscribed to a topic in the 
>>>> Google Groups "Firebug" group.
>>>> To unsubscribe from this topic, visit 
>>>> https://groups.google.com/d/topic/firebug/POY5S7xuzqY/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to 
>>>> [email protected] <javascript:>.
>>>> To post to this group, send email to [email protected] 
>>>> <javascript:>.
>>>> 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/78f88dd2-7639-48c2-8af6-3beb1ebaa512%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/firebug/78f88dd2-7639-48c2-8af6-3beb1ebaa512%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>

-- 
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/bd4dab65-183d-4c07-b2bf-399d99ca7af8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: firebug-tracing-logs.ftl
Description: Binary data

Reply via email to