@hackage webdriver-precore0.0.0.2

A typed wrapper for W3C WebDriver protocol. A base for other libraries.

This library provides typed definitions for the endpoints of the W3C Webdriver.

It is intended to be used as a base for other libraries that provide a WebDriver client implementation and higher level functions.

A WebDriver client implementation can be built by pattern matching on the W3Spec type returned by the functions in this library, sending the corresponding HTTP requests to a vendor provided WebDriver, then parsing the response using the parser provided as part of the W3Spec type.

See WebDriverPreCore for further details and the project repo for an examples.

If you are looking for a fully implemented web client library, you should check out an alternative such as haskell-webdriver.