Sign in
dart
/
external
/
github.com
/
google
/
webdriver.dart
/
d080ebfdbc5b47ff4f1173edbff9d8e4fa07c54e
/
.
/
lib
/
src
/
common
/
spec.dart
blob: f5e7903eafc7d1dd03b5a4965cc7fa12b288c012 [
file
]
// 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
}