The issue is reported here:
https://github.com/firebug/firebug.next/issues/385

Honza

On Friday, April 10, 2015 at 4:23:18 PM UTC+2, Senthil wrote:
>
> With FireBug 2.0.9, selenium works fine and Network panel by itself works 
> fine too.
> Only when Firebug 3 comes into picture, the resources are loaded twice.
>
> I have attached a  Maven based Java-Selenium Project which loads the 
> browser using FB3, FB2 + NetExport and without Extensions.
> This can be used to reproduce the issue.
>
> Thanks.
>
> On Friday, April 10, 2015 at 7:30:02 PM UTC+5:30, Senthil wrote:
>>
>> I started a selenium test which brings up Firefox 37 with Firebug 3 and 
>> loads the page "http://home.mcom.com/home/welcome.html"; which has 1 html 
>> and 1 image.
>> The network panel was showing that these resources are loaded twice.
>>
>>
>> <https://lh3.googleusercontent.com/-1Lxr6E05uxs/VSfUKegY-8I/AAAAAAAAGdU/czFILoVvutI/s1600/FF37_FBug3Alpha9.png>
>>
>>
>> Then I tried running the test against Firefox 37 (WITHOUT firebug) and 
>> started the netpanel using the below code - the network panel showed the 
>> resources loading only once
>>         Actions builder = new Actions(driver);
>>         
>> builder.keyDown(Keys.CONTROL).keyDown(Keys.SHIFT).sendKeys("I").keyUp(Keys.SHIFT).keyUp(Keys.CONTROL).build().perform();
>>
>>
>> <https://lh3.googleusercontent.com/-opkWKNO0AFs/VSfWML0jN2I/AAAAAAAAGd0/dCJq6vait4Y/s1600/FF37_OnlyNetworkPanel_NOFirebug.png>
>>
>>
>>
>> I then ran the test against *Firefox 37 and WITH* *firebug 2.0.9* - the 
>> network panel showed the resources loading only once
>>
>>
>> <https://lh3.googleusercontent.com/-jQtxwcfs_Nc/VSfVIcJYVNI/AAAAAAAAGdk/odv9UWAQDaQ/s1600/FF37_FBug209NetExport09_NetPanelWithErrorMsg.png>
>>
>> I then *manually *loaded the webpage with *Firefox 37 and WITH firebug 
>> 3.0 alpha9* and the network panel showed the resources loading only once
>>
>>
>> <https://lh3.googleusercontent.com/-gK_gQ8l3I1E/VSfVW18j4UI/AAAAAAAAGds/EEAHbL33okk/s1600/Manual_FF37_FBug3Alpha9.png>
>>
>> The only time I had the resources load twice is when using Firebug 3.0 
>> alpha 9 with FF37 and loaded via Selenium.
>> I'm not sure why this is happening - posting to the forum to see if 
>> anyone else if facing this.
>>
>>

-- 
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/93623d64-d776-4cda-b62e-5c84794ec38a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to