Xpath automatization software
Posted
by
holms
on Super User
See other posts from Super User
or by holms
Published on 2011-11-23T17:44:17Z
Indexed on
2011/11/23
17:55 UTC
Read the original article
Hit count: 376
Too sad this topic was closed. But I'm kind of a having the same question. I want to construct xpathes, for common html block which appears on page. For example: you can give two URLs to that software, which will contain SAME html blocks (divs) , but having different content in it. by giving 2 stackoverflow.com url's, software could detect that same div#id is being used once again, and just give XPATH'es of those html blocks like for example.
Of course I can find xpath'es my self, as far as I remember, firebug makes it easy,shows xpath of every html block, but this is kind of hard procedure if you want to get xpath'es for LOTS of html elements. so that's why I want this kind of software to help in this routine.
© Super User or respective owner