I want to be able to select/highlight an element on the page and find its selector like this:
div.firstRow div.priceAvail>div>div.PriceCompare>div.B
It's sometime necessary to do this if you have a very complex app structure that you inherited and are trying to track down a very tricky multi nested css depth problem. Jquery mobile pre 1.3 would be a good example of this. Bootstrap apps etc..
I tried the above tool but could not get that to actually select the entire parent and children of a complex inheritance similar to the original posters question.