Firebug can display xpath for any DOM element in the HTML view. I was wondering if there is a way to convert xpath to a jQuery selector? (I prefer not to do it manually)
This will save me a lot of time in finding the right selector for elements that don't have an identifier and are deep in the DOM hierarchy. For example, the fifth TD in 20 TR
AFAIK, xpath support in jQuery is discarded, so I can't use xpath directly in jQuery?
source share