Fwd: ANN: Selenium WebDriver client for Haskell
[Re-post from Haskell-cafe] ---------- Forwarded message ---------- From: Adam Curtis <acurtis@spsu.edu> Date: Tue, Apr 10, 2012 at 7:26 PM Subject: [Haskell-cafe] ANN: Selenium WebDriver client for Haskell To: haskell-cafe@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
participants (1)
-
Felipe Almeida Lessa