Bonsai_web_test_selectorA 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 -> tCreates 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 ... endmodule For_bonsai_web : sig ... end