Sign in
dart
/
external
/
github.com
/
google
/
webdriver.dart
/
accfed557c005c87df56ffb626458f87da9f2125
/
.
/
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
}