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