Hacker News new | ask | show | jobs
by edoceo 2188 days ago
Webdriver is for more than just testing! Very cool demonstration.

My biggest headache was in getting the right selectors for the various form fields - some services have shifting IDs and classes (ugh xpath)

1 comments

When you start using xpath that's 20 parents deep and every line of code scrolls off the page you quickly realize how important it is for your devs to to write good accessible and unique element IDs.