Module Make.Session
For creating and deleting sessions manually.
val make : host:string -> Capabilities.t -> (session * json) iomake ~host capcreates a new session onhostwith the requiredcapabilities. It returns the createdsessionand ajsondescribing the available capabilities of the session.
val delete : unit cmddelete ~sessioncloses thesessionand remove all of its windows, cookies, etc.