- I'm looking for a web scraper that will get the verified xpath of buttons and labels from a webpage
- It needs to ensure the xpath works (a.k.a. verified)
- Then put the xpath as well as a means to identify the element into a list.
- I've been using Java but Javascript would be fine as well but beggars can't be chooser.
Does something like this exist?
Note: I'm not looking for something that gets the xpath only (like the Chrome browser).
Note: I'm not looking for a web scraper that will just grab elements.
Example:
//button[id='btnStuff'] , submit button
//*[type='button' name='someName'] , select button
//*div[2]/table/header/row[3] , name label
Aucun commentaire:
Enregistrer un commentaire