Module Wd_session.Capabilities

type t
val accept_insecure_certs : t -> bool
val browser_name : t -> string
val browser_version : t -> string
val platform_name : t -> string
val set_window_rect : t -> bool
val user_agent : t -> string
val proxy : t -> Proxy_configuration.t option
val unhandled_prompt_behaviour : t -> User_prompt_handler.t option
val websocket_url : t -> string option
val exts : t -> Wd.Exts.t
val jsont : t Jsont.t