[Haskell-cafe] ANN: Selenium WebDriver client for Haskell

2012-04-10 Thread Adam Curtis
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

Re: [Haskell-cafe] ANN: Selenium WebDriver client for Haskell

2012-04-10 Thread Felipe Almeida Lessa
That looks great, Adam, thanks for sharing! I've been using watir-webdriver but ruby tends to be a lot more painful to use than Haskell (even though I use ruby only for the tests!). Looking forward to see what I can do with your package =). Cheers, -- Felipe.