| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 00:50:25 GMT
X-Served-By: cache-dfw-kdfw8210149-DFW, cache-bom-vanm7210048-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768611025.770138,VS0,VE325
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
webdriver: a Haskell client for the Selenium WebDriver protocol
[Skip to Readme]
Welcome to
webdriver: a Haskell client for the Selenium WebDriver protocol
[ browser, bsd3, library, program, 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:
See the announcement blog post here to learn about the changes in 0.13.0.0.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- webdriver-0.14.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.14.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, mtl, 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), webdriver, 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> |
| Uploaded | by thomasjm at 2025-09-16T00:29:06Z |
| 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 |
| Distributions | LTSHaskell:0.12.0.1, NixOS:0.12.0.1, Stackage:0.14.0.0 |
| Reverse Dependencies | 10 direct, 0 indirect [details] |
| Executables | demo |
| Downloads | 34904 total (234 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-09-16 [all 1 reports] |
Readme for webdriver-0.14.0.0
[back to package description]Welcome to 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 https://hackage.haskell.org/package/webdriver.