Tips for Html parsing and web driving with clojure?

Posted by Peter Tillemans on Stack Overflow See other posts from Stack Overflow or by Peter Tillemans
Published on 2010-05-27T00:37:55Z Indexed on 2010/05/27 0:41 UTC
Read the original article Hit count: 310

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

© Stack Overflow or respective owner

Related posts about clojure

Related posts about html-parsing