twill: an extensible scriptlet language for testing web apps

twill is a reimplementation of PBP, the "Python Browser Poseur"... The primary use for twill (as with PBP) is to do automated testing of Web applications via a straightforward declarative language. In addition to basic Web crawling, I wanted to be able to extend the language via Python, and I also wanted to be able to record things with maxq. Hence, twill.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Haskell version?

Are there any analogous tools in Haskell? Haskell does have an HTTP module, but something like this could be much more convenient for simple tasks.