Module Bonsai_web_test_selector

type t

A test selector type that avoids users from passing strings around and crafting css selectors via string interpolation. We've made it unix-compatible so that test selectors can be shared between both JS-based tests and native tests that interact with a browser via API.

val make : here:lexing_position -> ?name:string -> unit -> t

Creates a unique test selector that keeps track of its creation location.

If provided, name will appear in the printed attr, and can be helpful for debugging.

module Keyed : sig ... end
module For_bonsai_web : sig ... end