Module Wd_browsing_context.Locator

module Accessibility : sig ... end
module Css : sig ... end
module Context : sig ... end
module Inner_text : sig ... end
module Xpath : sig ... end
type t = [
  1. | `Accessibility of Accessibility.t
  2. | `Css of Css.t
  3. | `Context of Context.t
  4. | `Inner_text of Inner_text.t
  5. | `Xpath of Xpath.t
]
val jsont : t Jsont.t