Thursday, 12 September 2013

is there a tool or app out there that helps you identify the selector of an element by highlighting it?

is there a tool or app out there that helps you identify the selector of
an element by highlighting it?

Say you are using Chrome Developer Tools and you click on a DOM object on
the screen and right click -> inspect element.
Is there any tool out there that helps you figure out what the unique
selector is for that element?
For example, I need to select the highlighted DOM element below, but it
becomes difficult when the DOM is complex like that:

No comments:

Post a Comment