[Haskell-cafe] ANNOUNCE: Haskell Selenium bindings, version 0.2.1

Aaron Tomb atomb at soe.ucsc.edu
Mon Oct 15 12:36:53 EDT 2007


Hi,

I'm pleased to announce the first external release of a set of  
Haskell bindings for the Selenium automated web testing system  
(specifically, the Selenium Remote Control). These bindings make it  
possible to use Haskell to write test scripts that automatically  
exercise arbitrary web sites by controlling a web browser. More  
information on Selenium is available here:

   http://www.openqa.org/

You can get the tagged release from Hackage:

   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ 
selenium-0.2.1

Or you can keep up with the development version from darcs (which  
currently has no changes from 0.2.1):

   darcs get http://code.haskell.org/selenium

Many thanks to Don Stewart for code and design contributions.

Aaron



More information about the Haskell-Cafe mailing list