webdriver: a Haskell client for the Selenium WebDriver protocol

[ browser, bsd3, library, selenium, testing, web, webdriver ] [ Propose Tags ] [ Report a vulnerability ]

A WebDriver client for Haskell. You can use it to automate browser sessions for testing, system administration, etc. Here are some relevant links:


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0, 0.0.1, 0.1, 0.2, 0.3, 0.3.0.1, 0.3.1, 0.3.2, 0.3.2.1, 0.3.3, 0.4, 0.5, 0.5.0.1, 0.5.1, 0.5.2, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.5.4, 0.5.5, 0.6, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.1, 0.6.2, 0.6.2.1, 0.6.3, 0.6.3.1, 0.7, 0.8, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.9, 0.9.0.1, 0.10.0.0, 0.10.0.1, 0.11.0.0, 0.12.0.0, 0.12.0.1, 0.13.0.0 (info)
Change log CHANGELOG.md
Dependencies aeson (>=1.4.1.0 && <2.3), attoparsec (>=0.10), attoparsec-aeson (>=2.1.0.0 && <2.3), base (>=4 && <5), base64-bytestring (>=1.0), bytestring (>=0.9), containers, directory (>1.0), exceptions (>=0.4), filepath (>1.0), http-client (>=0.3), http-types (>=0.8), microlens-th (>=0.4.0.0), monad-logger, network, network-uri (>=2.6), random, retry, safe-exceptions, scientific (>=0.2), stm, string-interpolate, text (>=0.11.3), time (>1.0), unliftio, unliftio-core, unordered-containers (>=0.1.3), websockets (>=0.13), zip-archive (>=0.1.1.8) [details]
Tested with ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.2, ghc ==9.12.2
License BSD-3-Clause
Author Adam Curtis <kallisti.dev@gmail.com>
Maintainer Tom McLaughlin <tom@codedown.io>
Category Web, Browser, Testing, WebDriver, Selenium
Home page https://github.com/haskell-webdriver/haskell-webdriver#readme
Bug tracker https://github.com/haskell-webdriver/haskell-webdriver/issues
Source repo head: git clone https://github.com/haskell-webdriver/haskell-webdriver
Uploaded by thomasjm at 2025-08-12T16:03:36Z
Distributions LTSHaskell:0.12.0.1, NixOS:0.12.0.1, Stackage:0.12.0.1
Reverse Dependencies 10 direct, 0 indirect [details]
Downloads 34040 total (96 in the last 30 days)
Rating 2.0 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-12 [all 1 reports]

Readme for webdriver-0.13.0.0

[back to package description]

Welcome to webdriver

Hackage webdriver

haskell-webdriver is a WebDriver client for the Haskell programming language. You can use it to automate browser sessions for testing, system administration, etc.

Documentation

Documentation for haskell-webdriver is available on Hackage at http://hackage.haskell.org/package/webdriver.