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