Firebug and Firepath not compatible with Firefox Quantum

Firebug and Firepath addon’s not compatible with new version of firefox.

Firebug has been retired (see Saying Goodbye to Firebug). However, all of the capabilities of Firebug are now present in current Firefox Developer Tools. Here are some resources for migrating from Firebug: https://developer.mozilla.org/docs/Tools/Migrating_from_Firebug

I’m still looking to see if there is a replacement for Firepath.

why firebug is removed from new version

Please see the post ‘Saying Goodbye to Firebug’ (linked above).

Any update on replacement for Firepath?

2 Likes

Any update on replacement for Firepath?

Without Firepath there is no way we can test my custom xpaths. We always build xpath to use in our testing. Now there is no way to build our own xpaths…generic xpaths always fail we cannot use it directly. Sad that Mozilla decided to remove Firebug and FirePath. And alternatives are not that useful.

You should be able to test your XPath expressions with the devtools console by running them in document.evaluate. See https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate

I filled a bug about:
"FirePath alternative to find/test CSS selector easily ? "
(https://bugzilla.mozilla.org/show_bug.cgi?id=1454235)

Because testing CSS selector is less efficient (or i can’t find the right way) than before.