Sign in
◑
Theme
dart
/
external
/
github.com
/
google
/
webdriver.dart
/
b7242e73c2e5ca101befee5dd29e80d35959f948
/
.
/
lib
/
src
/
common
/
spec.dart
blob: 061845c55d68ea090c1e22b21bc48dfd70a5e5bf [
file
]
/// Defines the WebDriver spec to use. Auto = try to infer the spec based on
/// the response during session creation.
enum WebDriverSpec
{
Auto
,
JsonWire
,
W3c
}