[web-devel] Fwd: ANN: Selenium WebDriver client for Haskell

Felipe Almeida Lessa felipe.lessa at gmail.com
Wed Apr 11 01:39:36 CEST 2012


[Re-post from Haskell-cafe]


---------- Forwarded message ----------
From: Adam Curtis <acurtis at spsu.edu>
Date: Tue, Apr 10, 2012 at 7:26 PM
Subject: [Haskell-cafe] ANN: Selenium WebDriver client for Haskell
To: haskell-cafe at haskell.org


The first release of the webdriver package has been uploaded to Hackage.

Selenium is a test suite that allows you to automate web browsers on a
variety of platforms. The webdriver package acts as a client library that
speaks Selenium's WebDriver protocol, using a simple monadic interface. This
alpha release has received a month of testing through my own usage, and has
most of the capabilities of the official Selenium clients, with more to
come.

Future plans include utilizing the http-conduit and attoparsec-conduit
packages for memory efficient JSON parsing, and using the reflection package
to safely handle multiple versions of the WebDriver protocol through
implicit configurations.

For more information, see http://hackage.haskell.org/package/webdriver



More information about the web-devel mailing list