blob: f5e7903eafc7d1dd03b5a4965cc7fa12b288c012 [file] [log] [blame]
// ignore_for_file: constant_identifier_names
/// Defines the WebDriver spec to use. Auto = try to infer the spec based on
/// the response during session creation.
enum WebDriverSpec { Auto, JsonWire, W3c }