Firefox Firebug update has removed css path facility. Where can I find it?

953 Views Asked by At

The latest version of Firefox has led to the removal of a useful tool in the Firebug extension which I use a lot in website design, namely the copy css path. I used to open Firebug and select the required element. By right hand clicking I could copy and paste the correct css path to be able to edit this element.

I've played around with the new version including adding Firepath but I can't seem to find how to simply copy and paste the path I need. This was the most important tool so it seems odd it's been removed.

Can anyone advise me how to get it back? Or another way to do find the path simply and quickly?

Thanks.

2

There are 2 best solutions below

2
On

Via the Firebug homepage:

The Firebug extension isn't being developed or maintained any longer. We invite you to use the Firefox DevTools instead, which ship with Firebug.next

The feature you are looking for is supported in the native Firefox developer tools. Find the element in the element selector, and then look under "Copy" for "CSS Selector" in the context menu.

Firefox Inspector

0
On

As noted by Quentin, Firebug is officially discontinued and it does not work anymore once multi-process Firefox is enabled. What you see are actually the Firefox DevTools, which do not provide the same functionality as Firebug yet (as of Firefox 50.1).

They have a Copy > CSS Selector option, which copies a short CSS selector, though an option to copy the full CSS selector is still missing. It is requested in bug 1323700.