Module Webs_webdriver.Wd

Webdriver connections and commonalities.

WebDriver connections

module Error : sig ... end

Command or protocol errors.

exception Error of Error.t

The exception for WebDriver errors.

module Connection : sig ... end

WebDriver connections.

module Event : sig ... end

Events.

Types

module Exts : sig ... end

WebDriver extensions (unknown object members).

module Empty_params : sig ... end

Empty parameters.

module Empty_result : sig ... end

Empty method results.

The following types are defined here rather than in their own module to work around WebDriver module recursive definitions.

module User_context : sig ... end
module Browsing_context : sig ... end

Debug helpers

val pp_json : 'a Jsont.t -> Stdlib.Format.formatter -> 'a -> unit