I used to see the absolute XPath for an element within Firebug. E.g. something like this:
html/body/div[2]/table/tbody/tr/td
When I select a certain element in a table using Firebug, then hover around the highlighted code inside the HTML panel I can't see the XPath anymore.
How to get Firebug to display the XPath again as a tooltip or any other way?