3

I have Firefox version 51.0.1 and Firebug version 2.0.18 (though it just says "deactivated"). I have been installing the latest FirePath over and over, but I don't see it appearing when I click the Firebug icon.

They both are enabled in my extensions. I saw it a few days ago, but I had to reinstall Firefox yesterday for some reason, and both Firebug and FirePath were gone, and it is now giving me problems. What should I do?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Faiza_Minnelli
  • 45
  • 1
  • 3
  • 9
  • Possible duplicate: *[Firebug toolbar button is always shown deactivated since Firefox 51.0.1](https://stackoverflow.com/questions/41929647/firebug-toolbar-button-is-always-shown-deactivated-since-firefox-51-0-1)* – Peter Mortensen Nov 14 '22 at 23:07

4 Answers4

1

Firebug development is discontinued and it does not work anymore once multi-process Firefox is enabled and clicking the Firebug button opens the Firefox DevTools instead. You can read more about this in the related Mozilla Hacks blog post.

This also affects FirePath, because it doesn't work with the Firefox DevTools.

They don't have an exact equivalent to it, but allow you to test XPaths via the $x() command within the command line. Furthermore, there are requests for copying the XPath of an element and for searching for XPaths within the Inspector.

There's also a way to get Firebug and FirePath work again by disabling multi-process Firefox. Though that is only a temporary solution, because multiple processes will be enforced in an upcoming version of Firefox.

Community
  • 1
  • 1
Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
0

I just deleted my Firebug and FirePath, downloaded Firebug version 2.0.18, and installed FirePath again.

It is working fine for me.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
ChavesBR
  • 21
  • 1
0

The latest Firefox has used DevTool instead of Firebug.

You can reactivate Firebug to rework as the above mentioned links.

In about:config set the preferences browser.tabs.remote.autostart, browser.tabs.remote.autostart.1, and browser.tabs.remote.autostart.2 to false.

Grant Miller
  • 27,532
  • 16
  • 147
  • 165
Yang
  • 51
  • 6
-1

I am just sharing what I found while on Google. Instead of downgrading anything, you can use ChroPath. It is available for both - Chrome as well as Firefox.

Chrome plugin: ChroPath

Firefox plugin: ChroPath

Here is the video: ChroPath for Firefox

Actual site: SelectorsHub

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Mike ASP
  • 2,013
  • 2
  • 17
  • 24