Firebug uses the following pref: extensions.firebug.currentVersion to decide whether to open the first-run page or not. If the number in the pref is less than the current version of Firebug the first-run page is displayed and the pref updated (to match the current Firebug version).
If you install Firebug 1.6.0, the value of the pref will be set to: 1.6.0 If you set this pref before launching Firefox/Firebug you can stop opening the page. Honza On Dec 6, 10:50 am, mcbain <[email protected]> wrote: > Hi experts, > > we want to use firebug within our selenium-tests where on every tests > a newly created firefox is used. > Selenium allows to add xpi-entensions to the profile.. which works as > expected and the firebug is usable during the tests. > Unfortunaly firebug opens the first-run > pagehttp://getfirebug.com/firstrun#Firebug%201.6.0 > on every startup of the profile. > > Can this somehow be disabled, by added some Boolean-Key to the > profile, e.g. firebug.fist.run = false ?! > > Thanks > Jens -- 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.
