Module Webdriver

The raw WebDriver library, not yet specialized to an I/O monad or an HTTP client. See Webdriver_cohttp_lwt_unix or Webdriver_cohttp_async.

module type HTTP_CLIENT = sig ... end
module type S = sig ... end
module Make : functor (IO : HTTP_CLIENT) -> S with type 'a io = 'a IO.t