I want to be able to hover the cursor over my webpage and at each point in time determine over which node/tag (div, img, p, etc) the cursor is over.
Basically I'd like to find the node at a random coordinate anywhere on my page. Maybe do a function like
returnXPathOfNodeFrom(130, 200)
and it will return either the Node or the xpath of the node which has content that displays at those coordinates.