I want to automate filling in data on a website using clojure.
For this I want to query elements of webpages and create http requests. I have been looking at using HttpUnit and contrib.clojure.zip-filter.xml. So far neither approach feels right.
Are there alternative libraries to aid with this task?
thanks