When performing Web scraping, sometimes it is necessary to analyse how the page was constructed. Here are the main features of this post:
Lists the XPath for all pairs of parent and child for a local HTML test file.
Informs how many levels the page has and the tag for each element.
When...