In FireBug on 'normal' Firefox, with the FireBug console open you could right-click an element and "Copy CSS Path".
I used to use this all the time to get unique CSS Selectors for writing my CSS.
This option isn't available in the FireFox Developer Edition (with integrated FireBug), so is there another way to get this info to my clipboard?
EDIT:
I know there is a right-click > copy > Css Selector, but that gives me:
#widget-column-16 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)
when what I want is:
#widget-column-16 .div-name .div-name .div-name .div-name p