what i meant is i tried with setting *extensions.firebug.allPagesActivation 
 *to* "off".*

On Thursday, April 23, 2015 at 2:01:41 PM UTC+5:30, suman kumar wrote:
>
>
> Hi Sebastian,
>  Thanks for your response. I am using the below code to create the 
>  Firefox profile and launch a FF browser from Selenium. If i set 
> *extensions.firebug.allPagesActivation* to *false *then I cant see 
> Firebug  in the  launched FF and HAR file is not generated.  Did you want 
> me to change something else"
>
> DesiredCapabilities capabilities = new DesiredCapabilities();
> FirefoxProfile profile = new FirefoxProfile();
> profile.addExtension(new File("D:\\firebug-2.0.8-fx.xpi"));
> profile.addExtension(new File("D:\\netExport-0.9b6.xpi"));
> profile.setEnableNativeEvents(true);
> profile.setPreference("extensions.firebug.netexport.pageLoadedTimeout", 0);
> profile.setPreference("extensions.firebug.currentVersion", "2.0.8");
> profile.setPreference("extensions.firebug.defaultPanelName", "net");
> profile.setPreference("extensions.firebug.net.enableSites", true);
> profile.setPreference("extensions.firebug.allPagesActivation", "on");
> profile.setPreference("extensions.firebug.showFirstRunPage", false);
> profile.setPreference("extensions.firebug.netexport.defaultLogDir", 
> "D:\\HAR FIle");
> profile.setPreference("extensions.firebug.netexport.saveFiles", true);
> profile.setPreference("extensions.firebug.netexport.alwaysEnableAutoExport", 
> true);
> profile.setPreference("extensions.firebug.netexport.includeResponseBodies", 
> false);
> profile.setPreference("extensions.firebug.netexport.exportFromBFCache", 
> true);
> profile.setPreference("extensions.firebug.netexport.secretToken", "abcd");
> profile.setPreference("extensions.firebug.netexport.showPreview", false);
> profile.setPreference("extensions.firebug.net.defaultPersist", true);
> profile.setPreference("extensions.firebug.console.defaultPersist", true);
> capabilities.setCapability(FirefoxDriver.PROFILE, profile);
> driver = new FirefoxDriver(capabilities);
>
> Thanks,
> Suman
>
>
> On Tuesday, April 21, 2015 at 5:06:03 PM UTC+5:30, Sebastian Zartner wrote:
>>
>> I suggest you clear Firebug's activation list via the Firebug icon 
>> option *Clear Activation List* 
>> <https://getfirebug.com/wiki/index.php/Start_Button#Options>. Maybe that 
>> already helps.
>>
>> Sebastian
>>
>> On Thursday, April 16, 2015 at 7:16:35 AM UTC+2, suman kumar wrote:
>>>
>>> Hi honza,
>>> can you please give your input on this? 
>>>
>>> Regards,
>>> Suman
>>>
>>> On Monday, April 13, 2015 at 10:52:15 AM UTC+5:30, suman kumar wrote:
>>>>
>>>> Hi Honza,
>>>>  Thanks for your response. I already have  the below settings and 
>>>> aggregated har file is already generated
>>>>
>>>> 1. 'extensions.firebug.allPagesActivation' to 'on' (string)
>>>> 2. 'extensions.firebug.netexport.alwaysEnableAutoExport' to 'true' 
>>>> (boolean)
>>>>
>>>> The issue is that sometimes i get additional  page in output har file 
>>>> with title as that of last page.
>>>>
>>>> When i set Home page to: about:blank as suggested by you, this problem 
>>>> is always coming. Please see the attached screenshots. There  is page load 
>>>> with title about:blank  (first page) . On har file export, title of this 
>>>> page is updated to that of the last page.
>>>>
>>>> Please provide some inputs to resolve this issue.
>>>>
>>>>
>>>> Regrads,
>>>> Suman
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Wednesday, April 8, 2015 at 4:52:13 PM UTC+5:30, Jan Honza Odvarko 
>>>> wrote:
>>>>>
>>>>> Please read this thread
>>>>> https://groups.google.com/d/msg/firebug/oJwLFniRs-E/-uLDdW2CZ5YJ
>>>>>
>>>>> Honza
>>>>>
>>>>> On Wednesday, April 8, 2015 at 1:19:54 PM UTC+2, suman kumar wrote:
>>>>>>
>>>>>> I am trying to export  a har file using  selenium + firebug+net 
>>>>>> export.
>>>>>>
>>>>>> Selenium version : 2.44
>>>>>> firebug version : 2.0.8
>>>>>> Net Export : 0.7
>>>>>> firefox :33.0
>>>>>>
>>>>>> The issue i face is sometimes i get an additional step which appears 
>>>>>> as first step with  title as that of last step. This happens 
>>>>>> intermittently.
>>>>>>
>>>>>> One thing i have noticed is if i add a long delay before 
>>>>>>  driver.get(<url>)  in selenium code  then this issue is always coming.
>>>>>>
>>>>>> Any clue on this? 
>>>>>>
>>>>>>
>>>>>> Regards,
>>>>>> Suman
>>>>>>
>>>>>>

-- 
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/19e9dbf2-78e3-4e98-917d-0bb09b0162a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to