https://github.com/pyrethrum/webdriver
The webdriver WC3 API represented as a Haskell type
https://github.com/pyrethrum/webdriver
haskell haskell-library webdriver
Last synced: about 2 months ago
JSON representation
The webdriver WC3 API represented as a Haskell type
- Host: GitHub
- URL: https://github.com/pyrethrum/webdriver
- Owner: pyrethrum
- License: bsd-3-clause
- Created: 2025-02-19T02:20:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T12:09:28.000Z (9 months ago)
- Last Synced: 2025-04-24T00:59:27.387Z (9 months ago)
- Topics: haskell, haskell-library, webdriver
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/webdriver-precore
- Size: 288 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webdriver

[](https://hackage.haskell.org/package/webdriver-precore)
[](http://stackage.org/nightly/package/webdriver-precore)
This repository contains two sub-repos:
## 1. [webdriver-precore](./webdriver-precore/README.md)
Typed definitions for the endpoints of the [W3C Webdriver](https://www.w3.org/TR/2025/WD-webdriver2-20250512).
This is a library intended to be used as a base for other libraries that provide a WebDriver client implementation and higher level functions.
More info can be found in the [README](./webdriver-precore/README.md) and the [Hackage Docs](https://hackage.haskell.org/package/webdriver-precore)
## 2. [webdriver-examples](./webdriver-examples/README.md)
Examples that demonstrate a minimal wrapper implementation around the [webdriver-precore](./webdriver-precore/README.md) library for basic browser automation.
More info can be found in the [README](./webdriver-examples/README.md)