Module Bonsai_web_test_async

include module type of struct include Bonsai_proc.For_open end
include module type of struct include Bonsai_web_test end
module Linter = Bonsai_web_test.Linter
val test_selector : Bonsai_web.Test_selector.t -> string

test_selector converts a Test_selector.t into a css selector string, so that it can be used as the ~selector argument to Handle.click_on, etc.

We recommend not concatenating test selector CSS strings with other CSS selectors, to avoid relying on specific DOM structure.

module Result_spec = Bonsai_web_test.Result_spec
module Handle = Bonsai_web_test.Handle
module Computation_report = Bonsai_web_test.Computation_report
module Interruptible_persistent_connection = Bonsai_web_test.Interruptible_persistent_connection
include module type of struct include Async_js_test end
module Expect_test_config = Async_js_test.Expect_test_config