Hacker News new | ask | show | jobs
by danpetrov 1857 days ago
Interesting project! A while back I made something similar in Clojure: https://news.ycombinator.com/item?id=23257195

One tip - I noticed that you use XPath selector and send click events, however you can simply send keyboard events to the browser. But overall I like that the solution is quite similar! One thing is - might be worth merging the Axis modules into one and make it parametrised.