I want to automate the filling of data on a website using clojure.
To do this, I want to request web page elements and create http requests. I considered using HttpUnit and contrib.clojure.zip-filter.xml. So far, no approach seems right.
Are there alternative libraries to help with this task?
thanks
html-parsing clojure clojure-contrib
Peter Tillemans
source share