With Chrome DevTools, by enabling "select an element in the page to inspect it", it is possible to highlight and select an element in the content window and to get information on it in the Elements panel of the Inspector.
I would like to extend the "element selected" event handler for sending to a server the page url and the xpath of the selected element. Any suggestion on a way of doing that without manipulating the page itself?